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 1fa6dd00364a36ba71a6cfc2cc4dd936bb8d9099..5d258ffa673cb8e78aa6370d143e0c195ef2f2fe 100644 |
--- a/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl |
+++ b/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl |
@@ -16,6 +16,7 @@ |
MeteringMode whiteBalanceMode; |
unsigned long iso; |
boolean redEyeReduction; |
+ FillLightMode fillLightMode; |
sequence<Point2D> pointsOfInterest; |
// TODO(mcasas): Implement all other PhotoSettings fields |
// https://crbug.com/518807 |