Index: media/video/capture/video_capture_proxy.h |
=================================================================== |
--- media/video/capture/video_capture_proxy.h (revision 102594) |
+++ media/video/capture/video_capture_proxy.h (working copy) |
@@ -51,6 +51,7 @@ |
virtual void OnStopped(VideoCapture* capture) OVERRIDE; |
virtual void OnPaused(VideoCapture* capture) OVERRIDE; |
virtual void OnError(VideoCapture* capture, int error_code) OVERRIDE; |
+ virtual void OnRemoved(VideoCapture* capture) OVERRIDE; |
virtual void OnBufferReady( |
VideoCapture* capture, |
scoped_refptr<VideoCapture::VideoFrameBuffer> buffer) OVERRIDE; |