iOS video_render: omit no-op setNeedsDisplay
R=noahric@google.com Review URL: https://webrtc-codereview.appspot.com/9649005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5672 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
f792d17870
commit
bc206eadb8
@ -135,12 +135,6 @@ using namespace webrtc;
|
||||
__FUNCTION__,
|
||||
__LINE__);
|
||||
}
|
||||
|
||||
// update UI stuff on the main thread
|
||||
[self performSelectorOnMainThread:@selector(setNeedsDisplay)
|
||||
withObject:nil
|
||||
waitUntilDone:NO];
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user