From 41d8685c5d9bba8921bc99dfb75a0f7a8d05f774 Mon Sep 17 00:00:00 2001 From: "varunjain@chromium.org" Date: Wed, 7 Nov 2012 12:23:24 +0000 Subject: Plumb drag event info through from the renderer. This CL appends the following two pieces of information to the StartDragging IPC: 1. Whether the drag was started by a touch event or mouse event 2. The location of drag start. This information is needed for chromeos and was currently being read from the platform. But that is not possible (also not correct) for touch based drag/drop. So we pass this information from the renderer. BUG=114755 Review URL: https://chromiumcodereview.appspot.com/11369102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166401 0039d316-1c4b-4281-b951-d872f2087c98 --- content/content_common.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content_common.gypi') diff --git a/content/content_common.gypi b/content/content_common.gypi index bca8721..c5f5f65 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -163,6 +163,7 @@ 'common/device_orientation_messages.h', 'common/devtools_messages.h', 'common/dom_storage_messages.h', + 'common/drag_event_source_info.h', 'common/drag_messages.h', 'common/drag_traits.h', 'common/edit_command.h', -- cgit v1.1