| Index: ui/views/controls/webview/webview.h
|
| diff --git a/ui/views/controls/webview/webview.h b/ui/views/controls/webview/webview.h
|
| index 770aa578e224d6f46f42b15ed07e3aca7d85c475..dbb1e5287a04b93b0f5163b427b12a6d1ecb7d44 100644
|
| --- a/ui/views/controls/webview/webview.h
|
| +++ b/ui/views/controls/webview/webview.h
|
| @@ -80,6 +80,7 @@ class WEBVIEW_EXPORT WebView : public View,
|
|
|
| // Overridden from View:
|
| virtual const char* GetClassName() const OVERRIDE;
|
| + virtual ui::TextInputClient* GetTextInputClient() OVERRIDE;
|
|
|
| private:
|
| // Overridden from View:
|
| @@ -100,6 +101,8 @@ class WEBVIEW_EXPORT WebView : public View,
|
| virtual bool EmbedsFullscreenWidget() const OVERRIDE;
|
|
|
| // Overridden from content::WebContentsObserver:
|
| + virtual void RenderViewDeleted(
|
| + content::RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void RenderViewHostChanged(
|
| content::RenderViewHost* old_host,
|
| content::RenderViewHost* new_host) OVERRIDE;
|
|
|