| Index: webrtc/modules/video_capture/mac/qtkit/video_capture_qtkit_objc.mm
|
| diff --git a/webrtc/modules/video_capture/mac/qtkit/video_capture_qtkit_objc.mm b/webrtc/modules/video_capture/mac/qtkit/video_capture_qtkit_objc.mm
|
| index 8a6d448a9335ee3ebe8fd2966df13b862fedb03f..53e9db7770b0fd96aac6682af96e892de45285e6 100644
|
| --- a/webrtc/modules/video_capture/mac/qtkit/video_capture_qtkit_objc.mm
|
| +++ b/webrtc/modules/video_capture/mac/qtkit/video_capture_qtkit_objc.mm
|
| @@ -220,7 +220,6 @@ using namespace videocapturemodule;
|
| - (void)captureOutput:(QTCaptureOutput *)captureOutput
|
| didDropVideoFrameWithSampleBuffer:(QTSampleBuffer *)sampleBuffer
|
| fromConnection:(QTCaptureConnection *)connection {
|
| - // TODO(mflodman) Experiment more when this happens.
|
| }
|
|
|
| - (void)captureOutput:(QTCaptureOutput *)captureOutput
|
|
|