Index: media/video/capture/video_capture.h |
=================================================================== |
--- media/video/capture/video_capture.h (revision 102594) |
+++ media/video/capture/video_capture.h (working copy) |
@@ -66,6 +66,9 @@ |
// Notify client that video capture has hit some error |error_code|. |
virtual void OnError(VideoCapture* capture, int error_code) = 0; |
+ // Notify client that the client has been removed. |
viettrungluu
2011/09/27 00:04:58
"[...] has been removed and no more calls will be
wjia(left Chromium)
2011/09/27 00:26:17
Done.
|
+ virtual void OnRemoved(VideoCapture* capture) = 0; |
+ |
// Notify client that a buffer is available. |
virtual void OnBufferReady(VideoCapture* capture, |
scoped_refptr<VideoFrameBuffer> buffer) = 0; |