Index: content/browser/renderer_host/media/video_capture_host.h |
diff --git a/content/browser/renderer_host/media/video_capture_host.h b/content/browser/renderer_host/media/video_capture_host.h |
index a4d1ebb950e860c0b59d0fd58b40ec5d735bea54..bbe0af4b48de0b8cef125a4be81dc34d4761d879 100644 |
--- a/content/browser/renderer_host/media/video_capture_host.h |
+++ b/content/browser/renderer_host/media/video_capture_host.h |
@@ -51,6 +51,7 @@ class CONTENT_EXPORT VideoCaptureHost |
int buffer_id, |
const media::mojom::VideoFrameInfoPtr& frame_info) override; |
void OnEnded(VideoCaptureControllerID id) override; |
+ void OnStarted(VideoCaptureControllerID id) override; |
// mojom::VideoCaptureHost implementation |
void Start(int32_t device_id, |