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

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

Issue 2508363003: [refactor] - Move textInputInfo() and textInputType() from WebWidget to WebInputMethodController (Closed)
Patch Set: 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
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 31272348afcfc55c7050109baad6ad834afea456..490c97a9de998d2982f75488ad2a88954ca2a812 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -98,8 +98,6 @@ class WebView : protected WebWidget {
using WebWidget::mouseCaptureLost;
using WebWidget::setFocus;
using WebWidget::compositionRange;
- using WebWidget::textInputInfo;
- using WebWidget::textInputType;
using WebWidget::selectionBounds;
using WebWidget::selectionTextDirection;
using WebWidget::isSelectionAnchorFirst;

Powered by Google App Engine
This is Rietveld 408576698