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 a0acb79a83ce507494ee9363d05f9b37a644ccb3..9de53c546446109a4ca235d86ea6eef79759c036 100644 |
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
@@ -100,6 +100,8 @@ |
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, |