| 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 9fdbd0af2b2ccae1a58c8c84048cd28e443b9313..0c99d1d8e4575456a7fced7d51ae3d06d301b1cc 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -579,6 +579,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| const gfx::Range& range);
|
| void OnSelectionBoundsChanged(
|
| const ViewHostMsg_SelectionBounds_Params& params);
|
| + void OnSelectionRootBoundsChanged(const gfx::Rect& bounds);
|
| void OnPasteFromSelectionClipboard();
|
| void OnRouteCloseEvent();
|
| void OnRouteMessageEvent(const ViewMsg_PostMessage_Params& params);
|
|
|