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

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

Issue 2270563006: ImageCapture: support exposure mode configuration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed todo/refs to https://github.com/w3c/mediacapture-image/pull/51, closed Created 4 years, 4 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 324265c1eb31ec601aef33a958c4e135d063812c..7d049370b3552971810cdea3da7df10021a45878 100644
--- a/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
+++ b/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
@@ -10,7 +10,8 @@
unsigned long zoom;
unsigned long imageHeight;
unsigned long imageWidth;
- FocusMode focusMode;
+ MeteringMode focusMode;
+ MeteringMode exposureMode;
sequence<Point2D> pointsOfInterest;
// TODO(mcasas): Implement all other PhotoSettings fields
// https://crbug.com/518807

Powered by Google App Engine
This is Rietveld 408576698