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

Unified Diff: content/common/drag_messages.h

Issue 1723763002: Add WebDragData to blink::WebView::dragtargetDrop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add is_valid to dropdata Created 4 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
Index: content/common/drag_messages.h
diff --git a/content/common/drag_messages.h b/content/common/drag_messages.h
index 455bbffa067a79475c11c07dc8a7a0f2c90fc90d..15dbd0863f8315685564e8b5a5273317fcfee04d 100644
--- a/content/common/drag_messages.h
+++ b/content/common/drag_messages.h
@@ -33,7 +33,8 @@ IPC_MESSAGE_ROUTED4(DragMsg_TargetDragOver,
IPC_MESSAGE_ROUTED0(DragMsg_TargetDragLeave)
-IPC_MESSAGE_ROUTED3(DragMsg_TargetDrop,
+IPC_MESSAGE_ROUTED4(DragMsg_TargetDrop,
+ content::DropData /* drop_data */,
gfx::Point /* client_pt */,
gfx::Point /* screen_pt */,
int /* key_modifiers */)

Powered by Google App Engine
This is Rietveld 408576698