| Index: media/capture/video/fake_video_capture_device.h
|
| diff --git a/media/capture/video/fake_video_capture_device.h b/media/capture/video/fake_video_capture_device.h
|
| index e7f7e795431b5fac8f58574f8af0f3978930a1c1..f54fc9e804deb914501ca8abd1c6af5fcee7dff0 100644
|
| --- a/media/capture/video/fake_video_capture_device.h
|
| +++ b/media/capture/video/fake_video_capture_device.h
|
| @@ -63,6 +63,8 @@ class MEDIA_EXPORT FakeVideoCaptureDevice : public VideoCaptureDevice {
|
| base::TimeDelta elapsed_time_;
|
| VideoCaptureFormat capture_format_;
|
|
|
| + // The system time when we receive the first frame.
|
| + base::TimeTicks first_ref_time_;
|
| // FakeVideoCaptureDevice post tasks to itself for frame construction and
|
| // needs to deal with asynchronous StopAndDeallocate().
|
| base::WeakPtrFactory<FakeVideoCaptureDevice> weak_factory_;
|
|
|