Index: third_party/WebKit/Source/web/WebViewFrameWidget.h |
diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h |
index a6b72542bdb52a20f7e3d3e087f4ac0e03c17f4a..89faa3bbaada50fc53fe8a1b0d399c4f874a3b38 100644 |
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.h |
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h |
@@ -66,8 +66,6 @@ class WebViewFrameWidget : public WebFrameWidgetBase { |
void mouseCaptureLost() override; |
void setFocus(bool) override; |
WebRange compositionRange() override; |
- WebTextInputInfo textInputInfo() override; |
- WebTextInputType textInputType() override; |
bool selectionBounds(WebRect& anchor, WebRect& focus) const override; |
bool selectionTextDirection(WebTextDirection& start, |
WebTextDirection& end) const override; |