Index: content/port/browser/render_widget_host_view_port.h |
diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h |
index ae00425b9fcf91ce8fd7127669dd29959d213539..709870ea4328664858c1ee0d7e052b0c2df9678f 100644 |
--- a/content/port/browser/render_widget_host_view_port.h |
+++ b/content/port/browser/render_widget_host_view_port.h |
@@ -163,6 +163,9 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView, |
virtual void SelectionBoundsChanged( |
const ViewHostMsg_SelectionBounds_Params& params) = 0; |
+ // Notifies the View that the renderer selection root bounds has changed. |
+ virtual void SelectionRootBoundsChanged(const gfx::Rect& bounds) = 0; |
+ |
// Notifies the view that the scroll offset has changed. |
virtual void ScrollOffsetChanged() = 0; |