Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1301)

Unified Diff: content/browser/renderer_host/media/video_capture_controller_event_handler.h

Issue 2766343002: Revert of [Mojo Video Capture] Add test coverage for accelerated jpeg decoding (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}
};

Powered by Google App Engine
This is Rietveld 408576698