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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.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/Source/web/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index d002c0d07027221c7f875b16f10200c325186638..efb4adca4b4d54df89126cfe1aeb72a30e746b56 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -153,8 +153,6 @@ class WEB_EXPORT WebViewImpl final
void mouseCaptureLost() override;
void setFocus(bool enable) override;
WebRange compositionRange() override;
- WebTextInputInfo textInputInfo() override;
- WebTextInputType textInputType() override;
WebColor backgroundColor() const override;
WebPagePopup* pagePopup() const override;
bool selectionBounds(WebRect& anchor, WebRect& focus) const override;

Powered by Google App Engine
This is Rietveld 408576698