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 |