Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index 882e07e9fc884d177c6d02c7efbf7d4739878f89..2645293c52b86cbac80cc2d32319e194eda29228 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -558,6 +558,9 @@ class CONTENT_EXPORT RenderViewHostImpl |
const gfx::Range& range); |
void OnSelectionBoundsChanged( |
const ViewHostMsg_SelectionBounds_Params& params); |
+#if defined(OS_ANDROID) |
+ void OnSelectionRootBoundsChanged(const gfx::Rect& bounds); |
+#endif |
void OnPasteFromSelectionClipboard(); |
void OnRouteCloseEvent(); |
void OnRouteMessageEvent(const ViewMsg_PostMessage_Params& params); |