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 0df53ca898e7dba9636f5ff20929863921d80750..b07889f78ddf48bb001dccb7615bfbf1e5ae15a4 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -152,8 +152,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; |