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

Unified Diff: third_party/WebKit/LayoutTests/shapedetection/detection-ImageBitmap.html

Issue 2564163003: ShapeDetection: Add ShapeDetectionProvider (Closed)
Patch Set: Name change: mockFaceDetectionProviderReady, rebase Created 4 years 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/detection-ImageBitmap.html
diff --git a/third_party/WebKit/LayoutTests/shapedetection/detection-ImageBitmap.html b/third_party/WebKit/LayoutTests/shapedetection/detection-ImageBitmap.html
index f89df49262221ead002bb4200e1f0ba79e77cc1d..18c364ee80f2b64b3b8a2840d713f4e054e7f007 100644
--- a/third_party/WebKit/LayoutTests/shapedetection/detection-ImageBitmap.html
+++ b/third_party/WebKit/LayoutTests/shapedetection/detection-ImageBitmap.html
@@ -66,7 +66,7 @@ generate_tests(createTestForImageBitmap, [
[
"Face",
() => { return new FaceDetector(); },
- () => { return mockFaceDetectionReady; },
+ () => { return mockFaceDetectionProviderReady; },
FaceDetectorDetectionResultTest
],
[

Powered by Google App Engine
This is Rietveld 408576698