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

Unified Diff: content/renderer/render_view_impl.cc

Issue 2650113004: [WIP] Add support for Android SuggestionSpans when editing text (Closed)
Patch Set: Uploading the latest version from my repo so I can reference it Created 3 years, 8 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
« no previous file with comments | « content/renderer/render_view_impl.h ('k') | content/renderer/render_widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index ea44ac5a79fd1d076c78291bad2f682877524131..55534be900aaef2d60d9aded4636bb0105356c5f 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -1912,6 +1912,10 @@ void RenderViewImpl::setTouchAction(blink::WebTouchAction touchAction) {
RenderWidget::setTouchAction(touchAction);
}
+void RenderViewImpl::updateCompositionInfo(bool immediateRequest) {
+ RenderWidget::updateCompositionInfo(immediateRequest);
+}
+
void RenderViewImpl::showUnhandledTapUIIfNeeded(
const blink::WebPoint& tappedPosition,
const blink::WebNode& tappedNode,
« no previous file with comments | « content/renderer/render_view_impl.h ('k') | content/renderer/render_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698