| Index: content/browser/renderer_host/media/video_capture_controller_event_handler.h
|
| diff --git a/content/browser/renderer_host/media/video_capture_controller_event_handler.h b/content/browser/renderer_host/media/video_capture_controller_event_handler.h
|
| index 6559a530b1d768feb198a0b5460f83c78e38c90c..7eecc094d3da74dfd944271709c0928e7c45fb8e 100644
|
| --- a/content/browser/renderer_host/media/video_capture_controller_event_handler.h
|
| +++ b/content/browser/renderer_host/media/video_capture_controller_event_handler.h
|
| @@ -41,11 +41,10 @@ class CONTENT_EXPORT VideoCaptureControllerEventHandler {
|
| int buffer_id) = 0;
|
|
|
| // A buffer has been filled with I420 video.
|
| - virtual void OnBufferReady(
|
| - const VideoCaptureControllerID& id,
|
| - int buffer_id,
|
| - base::Time timestamp,
|
| - const media::VideoCaptureFormat& format) = 0;
|
| + virtual void OnBufferReady(const VideoCaptureControllerID& id,
|
| + int buffer_id,
|
| + base::TimeTicks timestamp,
|
| + const media::VideoCaptureFormat& format) = 0;
|
|
|
| // The capture session has ended and no more frames will be sent.
|
| virtual void OnEnded(const VideoCaptureControllerID& id) = 0;
|
|
|