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

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

Issue 2442193002: Removing gpu::SyncToken usage from video capture pipeline, part 1.
Patch Set: Removing gpu::SyncToken usage from video capture pipeline, part 1. Created 4 years, 1 month 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 06d6a6bb7d418f128cb094bea61f2ada9b0ef6ba..1a99f91cd1f7ca447e39262a8c5da1f86610aac8 100644
--- a/content/browser/renderer_host/media/video_capture_host.h
+++ b/content/browser/renderer_host/media/video_capture_host.h
@@ -118,7 +118,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