Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(532)

Unified Diff: media/capture/video/linux/v4l2_capture_delegate.h

Issue 2463853002: Bug Fix: Logitech C930 On Linux Results In Freezing Video (Closed)
Patch Set: Rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/capture/video/linux/v4l2_capture_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | media/capture/video/linux/v4l2_capture_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698