| Index: third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
|
| diff --git a/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js b/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
|
| index e66825cdddbec74bbeeeec6a8a2c511cc874f2c6..6eec66d66960ad397358b990544d37ea6687cff1 100644
|
| --- a/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
|
| +++ b/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
|
| @@ -26,6 +26,7 @@ let mockImageCaptureReady = define(
|
| white_balance_mode : imageCapture.MeteringMode.CONTINUOUS,
|
| fill_light_mode : imageCapture.FillLightMode.AUTO,
|
| red_eye_reduction : true,
|
| + color_temperature : { min : 2500, max : 6500, current : 6000 },
|
| }};
|
| this.settings_ = null;
|
| }
|
|
|