| Index: content/browser/media/capture/content_video_capture_device_core.h
|
| diff --git a/content/browser/media/capture/content_video_capture_device_core.h b/content/browser/media/capture/content_video_capture_device_core.h
|
| index f56c10950f5890145ca37ee66923c33a39988fa0..1543028251f6c0b2a79ee4c7302b6f194c8cf8bf 100644
|
| --- a/content/browser/media/capture/content_video_capture_device_core.h
|
| +++ b/content/browser/media/capture/content_video_capture_device_core.h
|
| @@ -83,6 +83,7 @@ class ThreadSafeCaptureOracle
|
| void DidCaptureFrame(
|
| int frame_number,
|
| const scoped_refptr<media::VideoCaptureDevice::Client::Buffer>& buffer,
|
| + base::TimeTicks capture_begin_time,
|
| const scoped_refptr<media::VideoFrame>& frame,
|
| base::TimeTicks timestamp,
|
| bool success);
|
|
|