Index: media/video/capture/video_capture_proxy.cc |
=================================================================== |
--- media/video/capture/video_capture_proxy.cc (revision 102835) |
+++ media/video/capture/video_capture_proxy.cc (working copy) |
@@ -68,6 +68,10 @@ |
error_code)); |
} |
+void VideoCaptureHandlerProxy::OnRemoved(VideoCapture* capture) { |
+ // TODO(vtl): add logic when this event handler is removed. |
+} |
+ |
void VideoCaptureHandlerProxy::OnBufferReady( |
VideoCapture* capture, |
scoped_refptr<VideoCapture::VideoFrameBuffer> buffer) { |