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 417729521c14f78efcb118cf3291d6e7dd91f279..632318cfbabdee3c59f86c68abcec400662d0a6c 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_aura.h |
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h |
@@ -150,6 +150,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; |