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 ffc6d6a617f2822e95953731102b21a57f99b5f9..86c736b79640c37f139b1ea2fc7c0619d0b02f84 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_aura.h |
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h |
@@ -146,9 +146,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAura |
int error_code) override; |
void Destroy() override; |
void SetTooltipText(const base::string16& tooltip_text) override; |
- void SelectionChanged(const base::string16& text, |
- size_t offset, |
- const gfx::Range& range) override; |
gfx::Size GetRequestedRendererSize() const override; |
void CopyFromCompositingSurface( |
const gfx::Rect& src_subrect, |
@@ -472,6 +469,8 @@ class CONTENT_EXPORT RenderWidgetHostViewAura |
void OnSelectionBoundsChanged( |
TextInputManager* text_input_manager, |
RenderWidgetHostViewBase* updated_view) override; |
+ void OnTextSelectionChanged(TextInputManager* text_input_mangager, |
+ RenderWidgetHostViewBase* updated_view) override; |
// cc::BeginFrameObserver implementation. |
void OnBeginFrame(const cc::BeginFrameArgs& args) override; |