| 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 71d6ebc384cc3c4fba2cdbb882d1b58aec42591d..a92ac9a466e422c90c598d51ba5723fec7fe833f 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host.h
|
| +++ b/content/browser/renderer_host/media/video_capture_host.h
|
| @@ -64,7 +64,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,
|
|
|