| 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..86bebd8f02ec8537245104d85c2f877409672f4e 100644
|
| --- a/content/renderer/media/rtc_video_capture_delegate.h
|
| +++ b/content/renderer/media/rtc_video_capture_delegate.h
|
| @@ -63,7 +63,7 @@ class RtcVideoCaptureDelegate
|
| void OnBufferReadyOnCaptureThread(
|
| media::VideoCapture* capture,
|
| scoped_refptr<media::VideoCapture::VideoFrameBuffer> buf);
|
| - void OnErrorOnCaptureThread(media::VideoCapture* capture, int error_code);
|
| + void OnRemovedOnCaptureThread(media::VideoCapture* capture);
|
|
|
| // The id identifies which video capture device is used for this video
|
| // capture session.
|
|
|