Index: content/browser/renderer_host/render_widget_host_view_aura.h |
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h |
index 1198ff03dafeb726eb44ed9f96fcb1ba0186f31b..f158f77919a183fdf014c00a7f412c61d9178681 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_aura.h |
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h |
@@ -148,6 +148,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura |
virtual gfx::NativeView GetNativeView() const OVERRIDE; |
virtual gfx::NativeViewId GetNativeViewId() const OVERRIDE; |
virtual gfx::NativeViewAccessible GetNativeViewAccessible() OVERRIDE; |
+ virtual ui::TextInputClient* GetTextInputClient() OVERRIDE; |
virtual bool HasFocus() const OVERRIDE; |
virtual bool IsSurfaceAvailableForCopy() const OVERRIDE; |
virtual void Show() OVERRIDE; |