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

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

Issue 2588293005: Shape Detection: Add Text Detection in Chrome Android (Closed)
Patch Set: 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/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 ce5fa74bac95b19a606d12ca03a4aa62472084f5..3781bf8686f17d47e1c978be492d50e64ef7a1f7 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -1242,6 +1242,11 @@ interface DetectedFace
attribute @@toStringTag
getter boundingBox
method constructor
+interface DetectedText
+ attribute @@toStringTag
+ getter boundingBox
+ getter rawValue
+ method constructor
interface DeviceLightEvent : Event
attribute @@toStringTag
getter value
@@ -6497,6 +6502,10 @@ interface TextDecoder
getter ignoreBOM
method constructor
method decode
+interface TextDetector
+ attribute @@toStringTag
+ method constructor
+ method detect
interface TextEncoder
attribute @@toStringTag
getter encoding

Powered by Google App Engine
This is Rietveld 408576698