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

Unified Diff: third_party/WebKit/public/web/WebView.h

Issue 2339793002: Handle newCursorPosition correctly for Android's commitText() (Closed)
Patch Set: Fix compile error (rebased on r418371) Created 4 years, 3 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 | « third_party/WebKit/public/web/WebPlugin.h ('k') | third_party/WebKit/public/web/WebWidget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebView.h
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
index 869e7187d891ffe125cd084dc7a2e64bd0e0d7c5..89a958247bb9dacdf37ea604cbc04addbc106883 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -98,7 +98,8 @@ public:
using WebWidget::mouseCaptureLost;
using WebWidget::setFocus;
using WebWidget::setComposition;
- using WebWidget::confirmComposition;
+ using WebWidget::commitText;
+ using WebWidget::finishComposingText;
using WebWidget::compositionRange;
using WebWidget::textInputInfo;
using WebWidget::textInputType;
« no previous file with comments | « third_party/WebKit/public/web/WebPlugin.h ('k') | third_party/WebKit/public/web/WebWidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698