| 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 995aaf6ec8edd8eaf711c3f5b4ea5aded3b77998..489b864e153c5c084296ee1a350f03cdb16d7636 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -245,7 +245,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
|
| virtual void ClearCompositionText() OVERRIDE;
|
| virtual void InsertText(const base::string16& text) OVERRIDE;
|
| virtual void InsertChar(base::char16 ch, int flags) OVERRIDE;
|
| - virtual gfx::NativeWindow GetAttachedWindow() const OVERRIDE;
|
| virtual ui::TextInputType GetTextInputType() const OVERRIDE;
|
| virtual ui::TextInputMode GetTextInputMode() const OVERRIDE;
|
| virtual bool CanComposeInline() const OVERRIDE;
|
|
|