Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
index 688894938800120b7336fa0592a5cb64cb0b96df..e82c19a1b5bf9add4166911e7a00c38161c55a43 100644 |
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
@@ -100,8 +100,6 @@ class WebFrameWidgetImpl final |
void mouseCaptureLost() override; |
void setFocus(bool enable) override; |
WebRange compositionRange() override; |
- WebTextInputInfo textInputInfo() override; |
- WebTextInputType textInputType() override; |
WebColor backgroundColor() const override; |
bool selectionBounds(WebRect& anchor, WebRect& focus) const override; |
bool selectionTextDirection(WebTextDirection& start, |