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

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: Update global-interface-listing-expected.txt 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..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;

Powered by Google App Engine
This is Rietveld 408576698