| 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 e9fd8377f4a64dae8bd43a3ea33846d4d3c725f4..5de110d5c65461e8de8b8d80edd384570b86ddf9 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;
|
|
|