| Index: content/renderer/media/rtc_video_capture_delegate.h
|
| diff --git a/content/renderer/media/rtc_video_capture_delegate.h b/content/renderer/media/rtc_video_capture_delegate.h
|
| index 648225090330d5145754caed95ab8d7ee67e92b7..462b1bf822ef379df6fe98303cac1d3bf8da503b 100644
|
| --- a/content/renderer/media/rtc_video_capture_delegate.h
|
| +++ b/content/renderer/media/rtc_video_capture_delegate.h
|
| @@ -63,6 +63,7 @@ class RtcVideoCaptureDelegate
|
| void OnBufferReadyOnCaptureThread(
|
| media::VideoCapture* capture,
|
| scoped_refptr<media::VideoCapture::VideoFrameBuffer> buf);
|
| + void OnRemovedOnCaptureThread(media::VideoCapture* capture);
|
| void OnErrorOnCaptureThread(media::VideoCapture* capture, int error_code);
|
|
|
| // The id identifies which video capture device is used for this video
|
|
|