| 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;
|
|
|