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

Unified Diff: content/common/drag_messages.h

Issue 2655463015: Correctly set dragLeave and dragEnd coords for OOPIF drag and drop (Closed)
Patch Set: Added checks for null RWH on drag end Created 3 years, 10 months 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
« no previous file with comments | « content/browser/web_contents/web_drag_source_mac.mm ('k') | content/public/browser/render_widget_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/drag_messages.h
diff --git a/content/common/drag_messages.h b/content/common/drag_messages.h
index 0164368d9fe7f99210d4dd1e56597623af139119..d1b50db45c4530659421712cb1d0ced67fe98b76 100644
--- a/content/common/drag_messages.h
+++ b/content/common/drag_messages.h
@@ -32,7 +32,9 @@ IPC_MESSAGE_ROUTED4(DragMsg_TargetDragOver,
blink::WebDragOperationsMask /* ops_allowed */,
int /* key_modifiers */)
-IPC_MESSAGE_ROUTED0(DragMsg_TargetDragLeave)
+IPC_MESSAGE_ROUTED2(DragMsg_TargetDragLeave,
+ gfx::Point /* client_point */,
+ gfx::Point /* screen_point */)
IPC_MESSAGE_ROUTED4(DragMsg_TargetDrop,
content::DropData /* drop_data */,
« no previous file with comments | « content/browser/web_contents/web_drag_source_mac.mm ('k') | content/public/browser/render_widget_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698