| 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 8990af9160500b1af96c3db719dfc49e465d6f6f..15698516ec935ad0acd51ba1f29acb6dec6d5a5d 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -265,7 +265,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
|
| void OnDidContentsPreferredSizeChange(const gfx::Size& new_size);
|
| void OnPasteFromSelectionClipboard();
|
| void OnRouteCloseEvent();
|
| - void OnUpdateDragCursor(blink::WebDragOperation drag_operation);
|
| void OnTakeFocus(bool reverse);
|
| void OnFocusedNodeChanged(bool is_editable_node,
|
| const gfx::Rect& node_bounds_in_viewport);
|
|
|