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

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

Issue 2773593004: Image Capture: prune Photo{Capabilities/Settings} and add MediaTrackConstraintSet.pointsOfInterest (Closed)
Patch Set: reillyg@ comments on idl urls. Created 3 years, 9 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: 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..8e2f6bf71743941445acad05b42522076f6c6454 100644
--- a/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
+++ b/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
@@ -2,23 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// https://www.w3.org/TR/image-capture/#PhotoSettings
+// https://w3c.github.io/mediacapture-image/##photosettings-section
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;

Powered by Google App Engine
This is Rietveld 408576698