| 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 d89fed5e3e68f1a5b01c20f37b5501619c101eeb..0afe582c381cd73087c2373aca7065261d6a38f5 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(
|
| fill_light_mode : [ imageCapture.FillLightMode.AUTO,
|
| imageCapture.FillLightMode.FLASH],
|
| red_eye_reduction : imageCapture.RedEyeReduction.CONTROLLABLE,
|
| + supports_torch : true,
|
| torch : false,
|
| color_temperature :
|
| { min : 2500.0, max : 6500.0, current : 6000.0, step : 1000.0 },
|
|
|