| Index: media/video/capture/file_video_capture_device.h
|
| diff --git a/media/video/capture/file_video_capture_device.h b/media/video/capture/file_video_capture_device.h
|
| index bd3b2985b9f1e2dbdcc84e956c795a9a7314241e..2ea6f358b0a892749791636261cf0c027ae96253 100644
|
| --- a/media/video/capture/file_video_capture_device.h
|
| +++ b/media/video/capture/file_video_capture_device.h
|
| @@ -67,6 +67,8 @@ class MEDIA_EXPORT FileVideoCaptureDevice : public VideoCaptureDevice {
|
| int frame_size_;
|
| int64 current_byte_index_;
|
| int64 first_frame_byte_index_;
|
| + // Target time for the next frame.
|
| + base::TimeTicks next_frame_time_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(FileVideoCaptureDevice);
|
| };
|
|
|