| 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 12f9098a2adbbaadad6691a50c365b7f04b8c084..e96835fe270cb79440344656bc8e6ffbfbd1130b 100644
|
| --- a/media/capture/video/linux/v4l2_capture_delegate.h
|
| +++ b/media/capture/video/linux/v4l2_capture_delegate.h
|
| @@ -97,6 +97,8 @@ class V4L2CaptureDelegate final
|
| bool is_capturing_;
|
| int timeout_count_;
|
|
|
| + base::TimeTicks first_ref_time_;
|
| +
|
| // Clockwise rotation in degrees. This value should be 0, 90, 180, or 270.
|
| int rotation_;
|
|
|
|
|