| 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 bbe0af4b48de0b8cef125a4be81dc34d4761d879..04c5cc93162fb305b70f8cfce1d3442282c4bd4c 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host.h
|
| +++ b/content/browser/renderer_host/media/video_capture_host.h
|
| @@ -52,6 +52,7 @@ class CONTENT_EXPORT VideoCaptureHost
|
| const media::mojom::VideoFrameInfoPtr& frame_info) override;
|
| void OnEnded(VideoCaptureControllerID id) override;
|
| void OnStarted(VideoCaptureControllerID id) override;
|
| + void OnStartedUsingGpuDecode(VideoCaptureControllerID id) override;
|
|
|
| // mojom::VideoCaptureHost implementation
|
| void Start(int32_t device_id,
|
|
|