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:
fischman@webrtc.org 2014-03-10 18:48:19 +00:00
parent f792d17870
commit bc206eadb8

View File

@ -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;
}