| 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 f2709123e1bd0e0cff79e0ff089d77629d81f513..b7bb2752c3f075fa2e657ed5cb0f03d9d2b525e3 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host.h
|
| +++ b/content/browser/renderer_host/media/video_capture_host.h
|
| @@ -130,7 +130,7 @@ class CONTENT_EXPORT VideoCaptureHost
|
| // the controller.
|
| void OnRendererFinishedWithBuffer(int device_id,
|
| int buffer_id,
|
| - uint32 sync_point,
|
| + const gpu::SyncToken& sync_token,
|
| double consumer_resource_utilization);
|
|
|
| // IPC message: Get supported formats referenced by |capture_session_id|.
|
|
|