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

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

Issue 2482983002: MediaSettingsRange: s/long/double/ in MediaSettingsRange.idl and PhotoCapabilities.idl (Closed)
Patch Set: reillyg@s comments 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
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 aa29f3f615259da278ac2668e168ade8bbde7913..bb1a8c44d3c7e5efef24d7092a6c6c7efa7e32c3 100644
--- a/media/capture/video/fake_video_capture_device.h
+++ b/media/capture/video/fake_video_capture_device.h
@@ -69,7 +69,7 @@ class CAPTURE_EXPORT FakeVideoCaptureDevice : public VideoCaptureDevice {
base::TimeDelta elapsed_time_;
VideoCaptureFormat capture_format_;
- uint32_t current_zoom_;
+ float current_zoom_;
Reilly Grant (use Gerrit) 2016/11/10 01:00:07 s/float/double/
mcasas 2016/11/10 06:26:30 Done.
// The system time when we receive the first frame.
base::TimeTicks first_ref_time_;

Powered by Google App Engine
This is Rietveld 408576698