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

Unified Diff: third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.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
Index: third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl
diff --git a/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl b/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl
index e751d55a85695aaadca489b3acef87b46f73518b..7fc9b2e1774e6d0ec2f6953b34cbf8ef71c15010 100644
--- a/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl
+++ b/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl
@@ -30,8 +30,10 @@ enum FillLightMode {
readonly attribute boolean redEyeReduction;
readonly attribute MeteringMode focusMode;
- // TODO(mcasas): Implement |brightness|, |contrast|, |saturation| and
- // |sharpness|, https://crbug.com/650676.
+ readonly attribute MediaSettingsRange brightness;
+ readonly attribute MediaSettingsRange contrast;
+ readonly attribute MediaSettingsRange saturation;
+ readonly attribute MediaSettingsRange sharpness;
readonly attribute MediaSettingsRange imageHeight;
readonly attribute MediaSettingsRange imageWidth;
readonly attribute MediaSettingsRange zoom;

Powered by Google App Engine
This is Rietveld 408576698