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

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

Issue 2588293005: Shape Detection: Add Text Detection in Chrome Android (Closed)
Patch Set: jochen@ comments, rebase Created 3 years, 11 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/shapedetection/resources/mock-facedetection.js
diff --git a/third_party/WebKit/LayoutTests/shapedetection/resources/mock-facedetection.js b/third_party/WebKit/LayoutTests/shapedetection/resources/mock-facedetection.js
index 62220e829325e1faee3485f8f70e0ba81e72dd83..298f7e4f22ee4ea2d3e9cddfff826d49c755928f 100644
--- a/third_party/WebKit/LayoutTests/shapedetection/resources/mock-facedetection.js
+++ b/third_party/WebKit/LayoutTests/shapedetection/resources/mock-facedetection.js
@@ -50,9 +50,9 @@ let mockFaceDetectionProviderReady = define(
return Promise.resolve({
result: {
bounding_boxes: [
- { x : 1.0, y: 1.0, width: 100.0, height: 100.0 },
- { x : 2.0, y: 2.0, width: 200.0, height: 200.0 },
- { x : 3.0, y: 3.0, width: 300.0, height: 300.0 },
+ { x : 1.0, y: 1.0, width: 100.0, height: 100.0 },
+ { x : 2.0, y: 2.0, width: 200.0, height: 200.0 },
+ { x : 3.0, y: 3.0, width: 300.0, height: 300.0 },
]
}
});

Powered by Google App Engine
This is Rietveld 408576698