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