| Index: content/common/media/video_capture_messages.h
|
| diff --git a/content/common/media/video_capture_messages.h b/content/common/media/video_capture_messages.h
|
| index 29350534caf564be9c8bef655b8713b2f030e07d..08078b28a8ca8b4eef8cb057e2a9422f95a4cdf9 100644
|
| --- a/content/common/media/video_capture_messages.h
|
| +++ b/content/common/media/video_capture_messages.h
|
| @@ -119,7 +119,7 @@ IPC_MESSAGE_CONTROL1(VideoCaptureHostMsg_Stop,
|
| IPC_MESSAGE_CONTROL4(VideoCaptureHostMsg_BufferReady,
|
| int /* device_id */,
|
| int /* buffer_id */,
|
| - uint32 /* syncpoint */,
|
| + gpu::SyncToken /* sync_token */,
|
| double /* consumer_resource_utilization */)
|
|
|
| // Get the formats supported by a device referenced by |capture_session_id|.
|
|
|