summaryrefslogtreecommitdiffstats
path: root/chromium/content/common/drag_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/common/drag_messages.h')
-rw-r--r--chromium/content/common/drag_messages.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/chromium/content/common/drag_messages.h b/chromium/content/common/drag_messages.h
index 1da3c7232f3..6f378a89e86 100644
--- a/chromium/content/common/drag_messages.h
+++ b/chromium/content/common/drag_messages.h
@@ -38,12 +38,10 @@ IPC_MESSAGE_ROUTED3(DragMsg_TargetDrop,
gfx::Point /* screen_pt */,
int /* key_modifiers */)
-// Notifies the renderer of updates in mouse position of an in-progress
-// drag. if |ended| is true, then the user has ended the drag operation.
-IPC_MESSAGE_ROUTED4(DragMsg_SourceEndedOrMoved,
+// Notifies the renderer when and where the mouse-drag ended.
+IPC_MESSAGE_ROUTED3(DragMsg_SourceEnded,
gfx::Point /* client_pt */,
gfx::Point /* screen_pt */,
- bool /* ended */,
blink::WebDragOperation /* drag_operation */)
// Notifies the renderer that the system DoDragDrop call has ended.