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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt

Issue 2360783003: shapedetection module: Introduce basic structure for face detection (Closed)
Patch Set: haraken@ comments Created 4 years, 3 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/webexposed/global-interface-listing-dedicated-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt
index a50e03897c1c5c371d78cd609013c99cb8dbba28..a1882079457910ebdc4643226f35967b97cd0178 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt
@@ -142,6 +142,14 @@ Starting worker: resources/global-interface-listing.js
[Worker] attribute PERSISTENT
[Worker] attribute TEMPORARY
[Worker] method constructor
+[Worker] interface DetectedObject
+[Worker] attribute @@toStringTag
+[Worker] getter boundingBox
+[Worker] method constructor
+[Worker] interface Detector
esprehn 2016/09/28 04:19:14 This name is too generic, I don't think we want De
+[Worker] attribute @@toStringTag
+[Worker] method constructor
+[Worker] method detect
[Worker] interface Event
[Worker] attribute @@toStringTag
[Worker] attribute AT_TARGET

Powered by Google App Engine
This is Rietveld 408576698