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

Unified Diff: third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.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/PhotoCapabilities.idl
diff --git a/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl b/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl
index c9c1bfb4cfbd246b31d3ce2ce3222be4b61ac99c..fd974936df63c3e1bba1b2d50436e7f9c0155ff9 100644
--- a/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl
+++ b/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl
@@ -2,7 +2,7 @@
// 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/#PhotoCapabilities
+// https://w3c.github.io/mediacapture-image/##photocapabilities-section
enum MeteringMode {
"none",
@@ -22,20 +22,8 @@ enum FillLightMode {
[
OriginTrialEnabled=ImageCapture,
] interface PhotoCapabilities {
- readonly attribute MeteringMode whiteBalanceMode;
- readonly attribute MediaSettingsRange colorTemperature;
- readonly attribute MeteringMode exposureMode;
- readonly attribute MediaSettingsRange exposureCompensation;
- readonly attribute MediaSettingsRange iso;
- readonly attribute boolean redEyeReduction;
- readonly attribute MeteringMode focusMode;
-
- readonly attribute MediaSettingsRange brightness;
- readonly attribute MediaSettingsRange contrast;
- readonly attribute MediaSettingsRange saturation;
- readonly attribute MediaSettingsRange sharpness;
readonly attribute MediaSettingsRange imageHeight;
readonly attribute MediaSettingsRange imageWidth;
- readonly attribute MediaSettingsRange zoom;
readonly attribute FillLightMode fillLightMode;
+ readonly attribute boolean redEyeReduction;
};

Powered by Google App Engine
This is Rietveld 408576698