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

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

Issue 2735083002: [Mojo Video Capture] Add test coverage for accelerated jpeg decoding (Closed)
Patch Set: Rebase to March 15th, Remove #include jpeg_parser 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_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,

Powered by Google App Engine
This is Rietveld 408576698