| Index: content/browser/renderer_host/media/video_capture_controller_event_handler.h
|
| diff --git a/content/browser/renderer_host/media/video_capture_controller_event_handler.h b/content/browser/renderer_host/media/video_capture_controller_event_handler.h
|
| index 58f963c73dc73c8ac541e3affe08e5e2eb3d2008..35ab3ef0fe6650ec6861e4802b8abaa385fc1437 100644
|
| --- a/content/browser/renderer_host/media/video_capture_controller_event_handler.h
|
| +++ b/content/browser/renderer_host/media/video_capture_controller_event_handler.h
|
| @@ -45,8 +45,8 @@ class CONTENT_EXPORT VideoCaptureControllerEventHandler {
|
| int height,
|
| int frame_rate) = 0;
|
|
|
| - // The capture session has been paused. No more frame will be sent.
|
| - virtual void OnPaused(const VideoCaptureControllerID& id) = 0;
|
| + // The capture session has ended and no more frames will be sent.
|
| + virtual void OnEnded(const VideoCaptureControllerID& id) = 0;
|
|
|
| protected:
|
| virtual ~VideoCaptureControllerEventHandler() {}
|
|
|