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

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: Change binding interface for mock-textdetection, rebase Created 3 years, 12 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 fb8634b35a95da75b17856615dc683481b493535..aec0895b0cb065367c68eb1d67435929a296c47e 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -1244,6 +1244,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
@@ -6483,6 +6488,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