| 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 */,
|
|
|