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

Unified Diff: third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl

Issue 2482983002: MediaSettingsRange: s/long/double/ in MediaSettingsRange.idl and PhotoCapabilities.idl (Closed)
Patch Set: s/float/double/ in fake_video_capture_device.* 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 | « third_party/WebKit/Source/modules/imagecapture/MediaSettingsRange.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
diff --git a/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl b/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
index a69e6321e05c526894a394f3a09099329c7c8f05..27d93d38f0a4ae93d7e97e2643f28e05698e14d9 100644
--- a/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
+++ b/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
@@ -6,21 +6,20 @@
dictionary PhotoSettings {
MeteringMode whiteBalanceMode;
- unsigned long colorTemperature;
+ double colorTemperature;
MeteringMode exposureMode;
- unsigned long exposureCompensation;
- unsigned long iso;
+ double exposureCompensation;
+ double iso;
boolean redEyeReduction;
MeteringMode focusMode;
sequence<Point2D> pointsOfInterest;
-
- unsigned long brightness;
- unsigned long contrast;
- unsigned long saturation;
- unsigned long sharpness;
- unsigned long zoom;
- unsigned long imageHeight;
- unsigned long imageWidth;
+ double brightness;
+ double contrast;
+ double saturation;
+ double sharpness;
+ double zoom;
+ double imageHeight;
+ double imageWidth;
FillLightMode fillLightMode;
};
« no previous file with comments | « third_party/WebKit/Source/modules/imagecapture/MediaSettingsRange.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698