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

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

Issue 1427543002: Modified old wait sync point functions to also accept new sync tokens. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mock gpu video accelerator factory Created 5 years, 2 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/renderer/media/video_capture_impl_unittest.cc
diff --git a/content/renderer/media/video_capture_impl_unittest.cc b/content/renderer/media/video_capture_impl_unittest.cc
index 282ebc469d9f2453d981fba3ae5ed7bbfda4741f..0717084285f0e8e3ce9d7992d573dc0325a14c9c 100644
--- a/content/renderer/media/video_capture_impl_unittest.cc
+++ b/content/renderer/media/video_capture_impl_unittest.cc
@@ -101,6 +101,7 @@ class VideoCaptureImplTest
void DeviceReceiveEmptyBuffer(int device_id,
int buffer_id,
uint32 sync_point,
+ const gpu::SyncToken& release_sync_token,
double consumer_resource_utilization) {
received_buffer_count_++;
}

Powered by Google App Engine
This is Rietveld 408576698