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 27d93d38f0a4ae93d7e97e2643f28e05698e14d9..55be84a095945cda8c0b4a62b3ace1873bb55ab7 100644 |
--- a/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl |
+++ b/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl |
@@ -5,20 +5,7 @@ |
// https://www.w3.org/TR/image-capture/#PhotoSettings |
Reilly Grant (use Gerrit)
2017/03/23 23:58:48
Same here.
mcasas
2017/03/24 01:09:34
Done.
|
dictionary PhotoSettings { |
- MeteringMode whiteBalanceMode; |
- double colorTemperature; |
- MeteringMode exposureMode; |
- double exposureCompensation; |
- double iso; |
boolean redEyeReduction; |
- MeteringMode focusMode; |
- sequence<Point2D> pointsOfInterest; |
- |
- double brightness; |
- double contrast; |
- double saturation; |
- double sharpness; |
- double zoom; |
double imageHeight; |
double imageWidth; |
FillLightMode fillLightMode; |