| Index: media/capture/video/file_video_capture_device.h
|
| diff --git a/media/capture/video/file_video_capture_device.h b/media/capture/video/file_video_capture_device.h
|
| index fce7b01221ec5c6a265378452c3f867d57961a46..6210c960557817ec2e0acf5ce086ebe1127a74e0 100644
|
| --- a/media/capture/video/file_video_capture_device.h
|
| +++ b/media/capture/video/file_video_capture_device.h
|
| @@ -81,6 +81,8 @@ class MEDIA_EXPORT FileVideoCaptureDevice : public VideoCaptureDevice {
|
| VideoCaptureFormat capture_format_;
|
| // Target time for the next frame.
|
| base::TimeTicks next_frame_time_;
|
| + // The system time when we receive the first frame.
|
| + base::TimeTicks first_ref_time_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(FileVideoCaptureDevice);
|
| };
|
|
|