| 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 7aa4c520ea2d58404eddbc0f5d2d2a65de0dd788..d89fed5e3e68f1a5b01c20f37b5501619c101eeb 100644 | 
| --- a/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js | 
| +++ b/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js | 
| @@ -33,7 +33,7 @@ let mockImageCaptureReady = define( | 
| contrast : { min : 2.0, max : 9.0, current : 5.0, step : 1.0 }, | 
| saturation : { min : 3.0, max : 8.0, current : 6.0, step : 1.0 }, | 
| sharpness : { min : 4.0, max : 7.0, current : 7.0, step : 1.0 }, | 
| -          points_of_interest : [], | 
| +          points_of_interest : [{x : 0.4, y : 0.6}], | 
| }}; | 
| this.settings_ = null; | 
| this.bindingSet_ = new bindings.BindingSet(imageCapture.ImageCapture); | 
|  |