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