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

Unified Diff: content/renderer/render_view_impl.cc

Issue 2650113004: [WIP] Add support for Android SuggestionSpans when editing text (Closed)
Patch Set: Remove logging statements, fix copyright years in new files 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: content/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index ac74a1035c3b876a3f84050714ca13a9a47dc774..489a13cb479ca1edab603c2f0fe366b9f784bf5e 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -1843,6 +1843,10 @@ void RenderViewImpl::hasTouchEventHandlers(bool has_handlers) {
RenderWidget::hasTouchEventHandlers(has_handlers);
}
+void RenderViewImpl::handlePotentialTextSuggestionTap() {
+ RenderWidget::handlePotentialTextSuggestionTap();
+}
+
void RenderViewImpl::resetInputMethod() {
RenderWidget::resetInputMethod();
}

Powered by Google App Engine
This is Rietveld 408576698