| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 397d2c45322e23cdfa73c24f199cbf6ef9f1653f..d56eaec02844e2eea2e97bb3c426162dafe8385f 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -669,6 +669,11 @@ class CONTENT_EXPORT WebContentsImpl
|
| void SendScreenRects() override;
|
| void OnFirstPaintAfterLoad(RenderWidgetHostImpl* render_widget_host) override;
|
| TextInputManager* GetTextInputManager() override;
|
| + void OnUpdateTextInputState(RenderWidgetHostImpl* render_widget_host,
|
| + ui::TextInputType type,
|
| + const std::string& text,
|
| + const std::string& placeholder,
|
| + bool show_ime_if_needed) override;
|
|
|
| // RenderFrameHostManager::Delegate ------------------------------------------
|
|
|
|
|