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

Unified Diff: content/common/video_capture.mojom

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/common/video_capture.mojom
diff --git a/content/common/video_capture.mojom b/content/common/video_capture.mojom
index 358fb4ad98122809d2c0f27794f70a0ef8bf1462..bfa1ee228eb780946e30c5a6be1c98e3ad506005 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 "media/mojo/interfaces/media_types.mojom";
import "media/capture/mojo/video_capture_types.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
@@ -98,7 +97,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|.
« no previous file with comments | « content/browser/renderer_host/media/video_capture_host.cc ('k') | content/renderer/media/video_capture_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698