| 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 383e4175e0982d04a40e81371f34e88ae9898e79..86c101b8075c3c34902f53d609f2e1317ba78ff1 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -546,6 +546,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);
|
|
|