| 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 051a0edc853d4a30cd1bf7210b5b4c213ccce412..89d8ca24b051111b11a71144785520251efcd4fb 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -507,6 +507,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| const ui::Range& range);
|
| void OnSelectionBoundsChanged(
|
| const ViewHostMsg_SelectionBounds_Params& params);
|
| + void OnTouchEditingHandlesVisibilityChanged(bool visible);
|
| void OnPasteFromSelectionClipboard();
|
| void OnRouteCloseEvent();
|
| void OnRouteMessageEvent(const ViewMsg_PostMessage_Params& params);
|
|
|