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

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

Issue 2375543004: ImageCapture: wire |colorTemperature| set/get for Linux/Cros (Closed)
Patch Set: 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
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 1d1279fc11a1d6684f1079b8a4ff1d6bf22fb6a7..e751d55a85695aaadca489b3acef87b46f73518b 100644
--- a/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl
+++ b/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl
@@ -23,7 +23,7 @@ enum FillLightMode {
RuntimeEnabled=ImageCapture,
] interface PhotoCapabilities {
readonly attribute MeteringMode whiteBalanceMode;
- // TODO(mcasas): Implement |colorTemperature| https://crbug.com/650675.
+ readonly attribute MediaSettingsRange colorTemperature;
readonly attribute MeteringMode exposureMode;
readonly attribute MediaSettingsRange exposureCompensation;
readonly attribute MediaSettingsRange iso;

Powered by Google App Engine
This is Rietveld 408576698