| Index: media/capture/video/linux/v4l2_capture_delegate.h
|
| diff --git a/media/capture/video/linux/v4l2_capture_delegate.h b/media/capture/video/linux/v4l2_capture_delegate.h
|
| index e2256e1c749789302ea1a15c77b2bfd74e5994fd..43911d0692a9f3da68c7e3a8e0be8f05d3b35396 100644
|
| --- a/media/capture/video/linux/v4l2_capture_delegate.h
|
| +++ b/media/capture/video/linux/v4l2_capture_delegate.h
|
| @@ -90,6 +90,9 @@ class V4L2CaptureDelegate final
|
| // Clockwise rotation in degrees. This value should be 0, 90, 180, or 270.
|
| int rotation_;
|
|
|
| + // The system time when we receive the first frame.
|
| + base::TimeTicks first_ref_time_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(V4L2CaptureDelegate);
|
| };
|
|
|
|
|