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 04c5cc93162fb305b70f8cfce1d3442282c4bd4c..bbe0af4b48de0b8cef125a4be81dc34d4761d879 100644 |
--- a/content/browser/renderer_host/media/video_capture_host.h |
+++ b/content/browser/renderer_host/media/video_capture_host.h |
@@ -52,7 +52,6 @@ |
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, |