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

Unified Diff: media/capture/video/file_video_capture_device.h

Issue 2673373003: getUserMeida: report device starting states (Closed)
Patch Set: address comments on PS#4 and revise unittests Created 3 years, 10 months 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
Index: media/capture/video/file_video_capture_device.h
diff --git a/media/capture/video/file_video_capture_device.h b/media/capture/video/file_video_capture_device.h
index 53d2670f42cb90f93d1e7fe11c399ac613e78485..328d01645adbf9d34542b2b30247036817e4bda3 100644
--- a/media/capture/video/file_video_capture_device.h
+++ b/media/capture/video/file_video_capture_device.h
@@ -83,6 +83,7 @@ class CAPTURE_EXPORT FileVideoCaptureDevice : public VideoCaptureDevice {
base::TimeTicks next_frame_time_;
// The system time when we receive the first frame.
base::TimeTicks first_ref_time_;
+ bool capture_;
DISALLOW_COPY_AND_ASSIGN(FileVideoCaptureDevice);
};

Powered by Google App Engine
This is Rietveld 408576698