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

Unified Diff: third_party/WebKit/Source/modules/imagecapture/PhotoSettings.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/PhotoSettings.idl
diff --git a/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl b/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
index afde404b019ff40cec2236b57275df2077cd0766..a5b004094156f9058c7b1c7ca24926bd8da4e623 100644
--- a/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
+++ b/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
@@ -8,7 +8,7 @@
RuntimeEnabled=ImageCapture
] dictionary PhotoSettings {
MeteringMode whiteBalanceMode;
- // TODO(mcasas): Implement |colorTemperature| https://crbug.com/650675.
+ unsigned long colorTemperature;
MeteringMode exposureMode;
unsigned long exposureCompensation;
unsigned long iso;

Powered by Google App Engine
This is Rietveld 408576698