| 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|.
|
|
|