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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index f50e45144709bdb1bedc85a75a2fee15b2e35941..7482bef86389e14e1c300122cbf17aacb675cc5d 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -1168,6 +1168,18 @@ interface DelayNode : AudioNode
attribute @@toStringTag
getter delayTime
method constructor
+interface DetectedFace
+ attribute @@toStringTag
+ getter boundingBox
+ method constructor
+interface DetectedObject
+ attribute @@toStringTag
+ getter boundingBox
+ method constructor
+interface Detector
+ attribute @@toStringTag
+ method constructor
+ method detect
interface DeviceLightEvent : Event
attribute @@toStringTag
getter value
@@ -1721,6 +1733,10 @@ interface EventTarget
method constructor
method dispatchEvent
method removeEventListener
+interface FaceDetector
+ attribute @@toStringTag
+ method constructor
+ method detect
interface FederatedCredential : SiteBoundCredential
attribute @@toStringTag
getter protocol

Powered by Google App Engine
This is Rietveld 408576698