| 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 55cbb38496dc5c374148060c02c9e0ec1ca3ef9b..a1e913ff24058d3741e2fca9993570d7fd1d87ee 100644
|
| --- a/content/common/media/video_capture_messages.h
|
| +++ b/content/common/media/video_capture_messages.h
|
| @@ -46,7 +46,7 @@ IPC_MESSAGE_CONTROL2(VideoCaptureMsg_FreeBuffer,
|
| IPC_MESSAGE_CONTROL4(VideoCaptureMsg_BufferReady,
|
| int /* device id */,
|
| int /* buffer_id */,
|
| - base::Time /* timestamp */,
|
| + base::TimeTicks /* timestamp */,
|
| media::VideoCaptureFormat /* resolution */)
|
|
|
| // Start a video capture as |device_id|, a new id picked by the renderer
|
|
|