| Index: content/renderer/media/video_capture_message_filter.h
|
| diff --git a/content/renderer/media/video_capture_message_filter.h b/content/renderer/media/video_capture_message_filter.h
|
| index 024c1bd91b34a042719c1c0abb7e9af1b699e99d..2c71efa8732470846232bc47111c213edab7f187 100644
|
| --- a/content/renderer/media/video_capture_message_filter.h
|
| +++ b/content/renderer/media/video_capture_message_filter.h
|
| @@ -34,7 +34,7 @@ class CONTENT_EXPORT VideoCaptureMessageFilter
|
|
|
| // Called when a video frame buffer is received from the browser process.
|
| virtual void OnBufferReceived(int buffer_id,
|
| - base::Time timestamp,
|
| + base::TimeTicks timestamp,
|
| const media::VideoCaptureFormat& format) = 0;
|
|
|
| // Called when state of a video capture device has changed in the browser
|
| @@ -85,7 +85,7 @@ class CONTENT_EXPORT VideoCaptureMessageFilter
|
| // Receive a filled buffer from browser process.
|
| void OnBufferReceived(int device_id,
|
| int buffer_id,
|
| - base::Time timestamp,
|
| + base::TimeTicks timestamp,
|
| const media::VideoCaptureFormat& format);
|
|
|
| // State of browser process' video capture device has changed.
|
|
|