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

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

Issue 2333813002: Introduce WebInputMethodController to blink (Closed)
Patch Set: Replacing the angry copyright with the shorter one. 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
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 89a958247bb9dacdf37ea604cbc04addbc106883..0f30dfc1a8dfa6530b2b316ad282775f635207ef 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -97,9 +97,6 @@ public:
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;

Powered by Google App Engine
This is Rietveld 408576698