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

Unified Diff: content/browser/renderer_host/media/video_capture_manager_unittest.cc

Issue 2735083002: [Mojo Video Capture] Add test coverage for accelerated jpeg decoding (Closed)
Patch Set: Incorporated emircan@'s suggestions 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_manager_unittest.cc
diff --git a/content/browser/renderer_host/media/video_capture_manager_unittest.cc b/content/browser/renderer_host/media/video_capture_manager_unittest.cc
index 6a10d7d39647a836110a05934641279f249cdc34..a320ae232c7d6d530130da53f429cb480d92fdc3 100644
--- a/content/browser/renderer_host/media/video_capture_manager_unittest.cc
+++ b/content/browser/renderer_host/media/video_capture_manager_unittest.cc
@@ -151,6 +151,7 @@ class MockFrameObserver : public VideoCaptureControllerEventHandler {
public:
MOCK_METHOD1(OnError, void(VideoCaptureControllerID id));
MOCK_METHOD1(OnStarted, void(VideoCaptureControllerID id));
+ MOCK_METHOD1(OnStartedUsingGpuDecode, void(VideoCaptureControllerID id));
void OnBufferCreated(VideoCaptureControllerID id,
mojo::ScopedSharedBufferHandle handle,

Powered by Google App Engine
This is Rietveld 408576698