Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: content/browser/renderer_host/render_view_host_impl.h

Issue 2503563002: Drag-and-drop: updateDragCursor (Closed)
Patch Set: Addressed comments by nick@. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698