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

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

Issue 2301053004: Image Capture: adding fillLightMode getting/setting (Closed)
Patch Set: scheib@s comments, added #crbug Created 4 years, 3 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
« no previous file with comments | « third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698