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

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

Issue 1999423002: tyrbot test for commitText (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: SetHasCompositionTextToTrue 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 bba44bc96072625e1b883833ebf064ece38818a5..c4ced1c32945bd53002b9d15d3ec51e3a1d56385 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