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

Unified Diff: third_party/WebKit/Source/modules/shapedetection/TextDetector.cpp

Issue 2620083002: Shape Detection: Move mojom interface to //services (Closed)
Patch Set: 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/Source/modules/shapedetection/TextDetector.cpp
diff --git a/third_party/WebKit/Source/modules/shapedetection/TextDetector.cpp b/third_party/WebKit/Source/modules/shapedetection/TextDetector.cpp
index f204b2df8c32531e14fc7e6818baa3755619d3a5..9139cde779d5a8a08a417a3ca681ba29fee03647 100644
--- a/third_party/WebKit/Source/modules/shapedetection/TextDetector.cpp
+++ b/third_party/WebKit/Source/modules/shapedetection/TextDetector.cpp
@@ -44,7 +44,8 @@ ScriptPromise TextDetector::doDetect(
void TextDetector::onDetectText(
ScriptPromiseResolver* resolver,
- Vector<mojom::blink::TextDetectionResultPtr> textDetectionResults) {
+ Vector<shape_detection::mojom::blink::TextDetectionResultPtr>
+ textDetectionResults) {
DCHECK(m_textServiceRequests.contains(resolver));
m_textServiceRequests.remove(resolver);

Powered by Google App Engine
This is Rietveld 408576698