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 d90c3093d4bf896c764e41a8b2e19fb13e321b2a..f54fa1d4c0e7c8d82f477ae16d62ecbe6deb031c 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 |
@@ -57,6 +57,8 @@ class CONTENT_EXPORT VideoCaptureControllerEventHandler { |
// VideoCaptureDevice has successfully started the device. |
virtual void OnStarted(VideoCaptureControllerID id) = 0; |
+ virtual void OnStartedUsingGpuDecode(VideoCaptureControllerID id) = 0; |
+ |
protected: |
virtual ~VideoCaptureControllerEventHandler() {} |
}; |