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