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

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

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
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 71d6ebc384cc3c4fba2cdbb882d1b58aec42591d..a92ac9a466e422c90c598d51ba5723fec7fe833f 100644
--- a/content/browser/renderer_host/media/video_capture_host.h
+++ b/content/browser/renderer_host/media/video_capture_host.h
@@ -64,7 +64,6 @@ class CONTENT_EXPORT VideoCaptureHost
void RequestRefreshFrame(int32_t device_id) override;
void ReleaseBuffer(int32_t device_id,
int32_t buffer_id,
- const gpu::SyncToken& sync_token,
double consumer_resource_utilization) override;
void GetDeviceSupportedFormats(
int32_t device_id,

Powered by Google App Engine
This is Rietveld 408576698