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

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

Issue 2502723002: ShapeDetection: implement barcode detection, blink part (Closed)
Patch Set: haraken@ comments Created 4 years, 1 month 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 17304770afd4cee8ec0970b8fb1e4e57d92604b6..36b5b09be779201eaf7ff3949c7156e6f024ad7a 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -256,6 +256,10 @@ interface BarProp
attribute @@toStringTag
getter visible
method constructor
+interface BarcodeDetector
+ attribute @@toStringTag
+ method constructor
+ method detect
interface BaseAudioContext : EventTarget
attribute @@toStringTag
getter currentTime
@@ -1223,6 +1227,11 @@ interface DelayNode : AudioNode
attribute @@toStringTag
getter delayTime
method constructor
+interface DetectedBarcode
+ attribute @@toStringTag
+ getter boundingBox
+ getter rawValue
+ method constructor
interface DetectedFace
attribute @@toStringTag
getter boundingBox

Powered by Google App Engine
This is Rietveld 408576698