| Index: media/video/capture/fake_video_capture_device.h
|
| diff --git a/media/video/capture/fake_video_capture_device.h b/media/video/capture/fake_video_capture_device.h
|
| index f4a19f9edb9c2c6611aa8d66cc15094f905ead7f..7bb9e098e0129de6b4b6cab9a8373e1ce113f459 100644
|
| --- a/media/video/capture/fake_video_capture_device.h
|
| +++ b/media/video/capture/fake_video_capture_device.h
|
| @@ -54,6 +54,8 @@ class MEDIA_EXPORT FakeVideoCaptureDevice : public VideoCaptureDevice {
|
| scoped_ptr<VideoCaptureDevice::Client> client_;
|
| // |fake_frame_| is used for capturing on Own Buffers.
|
| scoped_ptr<uint8[]> fake_frame_;
|
| + // Target time for the next frame delivery.
|
| + base::TimeTicks next_frame_time_;
|
| int frame_count_;
|
| VideoCaptureFormat capture_format_;
|
|
|
|
|