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 b8a8a82bdf3884d44b2a658c39ea15bac083008a..ef3915c9d3223ccdaab1eda27a8f89cd74b21a34 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 |
@@ -47,6 +47,9 @@ class CONTENT_EXPORT VideoCaptureControllerEventHandler { |
// The capture session has ended and no more frames will be sent. |
virtual void OnEnded(VideoCaptureControllerID id) = 0; |
+ // VideoCaptureDevice has successfully started the device. |
+ virtual void OnStarted(VideoCaptureControllerID id) = 0; |
+ |
protected: |
virtual ~VideoCaptureControllerEventHandler() {} |
}; |