| 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 62b8b99307b70387796b4b01e8f69eb101e64b85..e66825cdddbec74bbeeeec6a8a2c511cc874f2c6 100644
|
| --- a/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
|
| +++ b/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
|
| @@ -25,6 +25,7 @@ let mockImageCaptureReady = define(
|
| exposure_compensation : { min : -200, max : 200, current : 33},
|
| white_balance_mode : imageCapture.MeteringMode.CONTINUOUS,
|
| fill_light_mode : imageCapture.FillLightMode.AUTO,
|
| + red_eye_reduction : true,
|
| }};
|
| this.settings_ = null;
|
| }
|
|
|