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

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

Issue 2333813002: Introduce WebInputMethodController to blink (Closed)
Patch Set: Rebased Created 4 years, 1 month 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 980ffc793c5f2ff3be5ce9dc1fd5dcf59b9cd3d5..a83fe014582150678c04cecacf79cf593af6709f 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -97,9 +97,6 @@ class WebView : protected WebWidget {
using WebWidget::applyViewportDeltas;
using WebWidget::mouseCaptureLost;
using WebWidget::setFocus;
- using WebWidget::setComposition;
- 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