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

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

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/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 f2709123e1bd0e0cff79e0ff089d77629d81f513..582c06dc9d24a54e5252a74d0564f2f6c722177c 100644
--- a/content/browser/renderer_host/media/video_capture_host.h
+++ b/content/browser/renderer_host/media/video_capture_host.h
@@ -131,6 +131,7 @@ class CONTENT_EXPORT VideoCaptureHost
void OnRendererFinishedWithBuffer(int device_id,
int buffer_id,
uint32 sync_point,
+ const gpu::SyncToken& sync_token,
double consumer_resource_utilization);
// IPC message: Get supported formats referenced by |capture_session_id|.

Powered by Google App Engine
This is Rietveld 408576698