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

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: jochen@ comments, rebase Created 3 years, 11 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 6afc7a9fd1eb129fcc14420fae78f3dd303b4586..0ff23fb90ef0b28409129954e087f636dda5852d 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -1245,6 +1245,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
@@ -6480,6 +6485,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