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

Unified Diff: content/renderer/media/video_capture_impl_manager_unittest.cc

Issue 2583883003: Rebase of Removing gpu::SyncToken usage from video capture pipeline (Closed)
Patch Set: Rebase. Created 3 years, 12 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
« no previous file with comments | « content/renderer/media/video_capture_impl.cc ('k') | content/renderer/media/video_capture_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/video_capture_impl_manager_unittest.cc
diff --git a/content/renderer/media/video_capture_impl_manager_unittest.cc b/content/renderer/media/video_capture_impl_manager_unittest.cc
index d1af016a8a8b869aba71e925f8f5a7829ed25b91..a68a26b063433642d243c921673969c4c2c05d8c 100644
--- a/content/renderer/media/video_capture_impl_manager_unittest.cc
+++ b/content/renderer/media/video_capture_impl_manager_unittest.cc
@@ -76,8 +76,8 @@ class MockVideoCaptureImpl : public VideoCaptureImpl,
}
MOCK_METHOD1(RequestRefreshFrame, void(int32_t));
- MOCK_METHOD4(ReleaseBuffer,
- void(int32_t, int32_t, const gpu::SyncToken&, double));
+ MOCK_METHOD3(ReleaseBuffer,
+ void(int32_t, int32_t, double));
MOCK_METHOD3(GetDeviceSupportedFormats,
void(int32_t,
int32_t,
« no previous file with comments | « content/renderer/media/video_capture_impl.cc ('k') | content/renderer/media/video_capture_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698