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 a67253f4ec0c5855281ccb9e6cb7f360665db37d..82f2a53b05082d79f883ded0ba9a6c244dfa92f0 100644 |
--- a/content/port/browser/render_widget_host_view_port.h |
+++ b/content/port/browser/render_widget_host_view_port.h |
@@ -154,6 +154,10 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView, |
virtual void SelectionBoundsChanged( |
const ViewHostMsg_SelectionBounds_Params& params) = 0; |
+ // Notifies the view that the renderer has just show or hidden handles for |
piman
2013/02/22 02:43:04
nit: s/show/showed/
varunjain
2013/02/28 20:28:19
Done.
|
+ // touch based selection/cursor. |
+ virtual void TouchEditingHandlesVisibilityChanged(bool visible) = 0; |
+ |
// Notifies the view that the scroll offset has changed. |
virtual void ScrollOffsetChanged() = 0; |