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

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

Issue 2387303002: Image Capture Linux/CrOs, implement brightness, contrast, saturation and sharpness (Closed)
Patch Set: Explicitly initialize to empty the new fields in the Android implementation and rebase Created 4 years, 2 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 a5b004094156f9058c7b1c7ca24926bd8da4e623..58fd046e66253d64fb122c95bcd9e1503ee443c8 100644
--- a/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
+++ b/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
@@ -16,8 +16,11 @@
MeteringMode focusMode;
sequence<Point2D> pointsOfInterest;
- // TODO(mcasas): Implement |brightness|, |contrast|, |saturation| and
- // |sharpness|, https://crbug.com/650676.
+
+ unsigned long brightness;
+ unsigned long contrast;
+ unsigned long saturation;
+ unsigned long sharpness;
unsigned long zoom;
unsigned long imageHeight;
unsigned long imageWidth;
« 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