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

Unified Diff: content/common/video_capture.mojom

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/common/video_capture.mojom
diff --git a/content/common/video_capture.mojom b/content/common/video_capture.mojom
index 7179248dacf494420bf73d79a3757f0a555946d5..a9b9df760e995e288ae08edca8fb0fe1351bb3eb 100644
--- a/content/common/video_capture.mojom
+++ b/content/common/video_capture.mojom
@@ -4,7 +4,6 @@
module content.mojom;
-import "gpu/ipc/common/sync_token.mojom";
import "services/video_capture/public/interfaces/video_capture_device_proxy.mojom";
import "services/video_capture/public/interfaces/video_capture_format.mojom";
@@ -54,7 +53,6 @@ interface VideoCaptureHost {
// Indicates that a renderer has finished using a previously shared buffer.
ReleaseBuffer(int32 device_id, int32 buffer_id,
- gpu.mojom.SyncToken sync_token,
double consumer_resource_utilization);
// Get the formats supported by a device referenced by |session_id|.

Powered by Google App Engine
This is Rietveld 408576698