Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js

Issue 2795693004: Image Capture: add |points_of_interest| to mojo and wire it to IDL layer (Closed)
Patch Set: reillyg@ comment Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698