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