summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-17 21:00:47 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-17 21:00:47 +0000
commit49fd9da3932c3c6e94ca1d9f35c9c90106859128 (patch)
tree377f3f2849f762d608ec58d591bdcaa4401b4413 /chrome/common
parent3698f173be9c6bf67816ad7e1ec194dd83438cba (diff)
downloadchromium_src-49fd9da3932c3c6e94ca1d9f35c9c90106859128.zip
chromium_src-49fd9da3932c3c6e94ca1d9f35c9c90106859128.tar.gz
chromium_src-49fd9da3932c3c6e94ca1d9f35c9c90106859128.tar.bz2
Revert r41803 and r41799
BUG=38414 TEST=none TBR=jam Review URL: http://codereview.chromium.org/1039006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41876 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/render_messages_internal.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index d07665a..8fd3b9d 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -1447,11 +1447,9 @@ IPC_BEGIN_MESSAGES(ViewHost)
// WebDropData struct contains contextual information about the pieces of the
// page the user dragged. The parent uses this notification to initiate a
// drag session at the OS level.
- IPC_MESSAGE_ROUTED4(ViewHostMsg_StartDragging,
+ IPC_MESSAGE_ROUTED2(ViewHostMsg_StartDragging,
WebDropData /* drop_data */,
- WebKit::WebDragOperationsMask /* ops_allowed */,
- SkBitmap /* image */,
- gfx::Point /* image_offset */)
+ WebKit::WebDragOperationsMask /* ops_allowed */)
// The page wants to update the mouse cursor during a drag & drop operation.
// |is_drop_target| is true if the mouse is over a valid drop target.