| 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 c691e451716e0bc4467921584ef8cb2e276626af..fa3c0e7d14971aae6d0f27d8f9554e41c64451c3 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -136,6 +136,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;
|
|
|