| Index: content/browser/renderer_host/render_widget_host_view_android.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
|
| index 92796817cdf8c46ad5039acf9a320a11132bcd7b..e33d81220abcfdcff25718053b95b66a2f74d784 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -114,7 +114,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
|
| const gfx::Range& range) OVERRIDE;
|
| virtual void SelectionBoundsChanged(
|
| const ViewHostMsg_SelectionBounds_Params& params) OVERRIDE;
|
| - virtual void SelectionRootBoundsChanged(const gfx::Rect& bounds) OVERRIDE;
|
| virtual void ScrollOffsetChanged() OVERRIDE;
|
| virtual void AcceleratedSurfaceInitialized(int host_id,
|
| int route_id) OVERRIDE;
|
|
|