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 a92ac9a466e422c90c598d51ba5723fec7fe833f..6f3350f2be2e66f610264b4a82baea56ed7cec32 100644 |
--- a/content/browser/renderer_host/media/video_capture_host.h |
+++ b/content/browser/renderer_host/media/video_capture_host.h |
@@ -50,6 +50,7 @@ class CONTENT_EXPORT VideoCaptureHost |
int buffer_id, |
const scoped_refptr<media::VideoFrame>& frame) override; |
void OnEnded(VideoCaptureControllerID id) override; |
+ void OnStarted(VideoCaptureControllerID id) override; |
// mojom::VideoCaptureHost implementation |
void Start(int32_t device_id, |