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

Unified Diff: content/browser/renderer_host/media/video_frame_receiver_on_io_thread.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_frame_receiver_on_io_thread.h
diff --git a/content/browser/renderer_host/media/video_frame_receiver_on_io_thread.h b/content/browser/renderer_host/media/video_frame_receiver_on_io_thread.h
index b32e8adf54e425b34d8d919049ae2e48d13e4fc8..5be67aec79725c74a8279e16cc0949dd28960f3a 100644
--- a/content/browser/renderer_host/media/video_frame_receiver_on_io_thread.h
+++ b/content/browser/renderer_host/media/video_frame_receiver_on_io_thread.h
@@ -36,6 +36,7 @@ class CONTENT_EXPORT VideoFrameReceiverOnIOThread
void OnError() override;
void OnLog(const std::string& message) override;
void OnStarted() override;
+ void OnStartedUsingGpuDecode() override;
private:
base::WeakPtr<VideoFrameReceiver> receiver_;

Powered by Google App Engine
This is Rietveld 408576698