| Index: media/video/capture/video_capture_device.h
|
| diff --git a/media/video/capture/video_capture_device.h b/media/video/capture/video_capture_device.h
|
| index 295401c36862360bd53734ef6b3ce3c230bd0e09..c02dcc1a4b4245f5bae5940f42fe842a7fbb8039 100644
|
| --- a/media/video/capture/video_capture_device.h
|
| +++ b/media/video/capture/video_capture_device.h
|
| @@ -162,7 +162,7 @@ class MEDIA_EXPORT VideoCaptureDevice {
|
| virtual void OnIncomingCapturedFrame(
|
| const uint8* data,
|
| int length,
|
| - base::Time timestamp,
|
| + base::TimeTicks timestamp,
|
| int rotation, // Clockwise.
|
| const VideoCaptureFormat& frame_format) = 0;
|
|
|
| @@ -176,7 +176,7 @@ class MEDIA_EXPORT VideoCaptureDevice {
|
| virtual void OnIncomingCapturedBuffer(const scoped_refptr<Buffer>& buffer,
|
| media::VideoFrame::Format format,
|
| const gfx::Size& dimensions,
|
| - base::Time timestamp,
|
| + base::TimeTicks timestamp,
|
| int frame_rate) = 0;
|
|
|
| // An error has occurred that cannot be handled and VideoCaptureDevice must
|
|
|