diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-05 21:42:11 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-05 21:42:11 +0000 |
commit | 9df1e3015f43cecc69ded3399bbf3049b3b4768e (patch) | |
tree | 205aa6659ca2806b2b1ecb106fb841b6f71cc830 /webkit/tools/test_shell/event_sending_controller.h | |
parent | bb9a72b14465e7d74543afe1bdec8ae31486ee02 (diff) | |
download | chromium_src-9df1e3015f43cecc69ded3399bbf3049b3b4768e.zip chromium_src-9df1e3015f43cecc69ded3399bbf3049b3b4768e.tar.gz chromium_src-9df1e3015f43cecc69ded3399bbf3049b3b4768e.tar.bz2 |
Update test shell for new dragImage api.
I don't think this actually caused the layout test failures, but it is worth tidying up anyway.
patch mostly by Nico Weber
BUG=none
TEST=layout tests
Review URL: http://codereview.chromium.org/1519018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43653 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/event_sending_controller.h')
-rw-r--r-- | webkit/tools/test_shell/event_sending_controller.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/event_sending_controller.h b/webkit/tools/test_shell/event_sending_controller.h index da7e4df..e7db529 100644 --- a/webkit/tools/test_shell/event_sending_controller.h +++ b/webkit/tools/test_shell/event_sending_controller.h @@ -41,8 +41,7 @@ class EventSendingController : public CppBoundClass { void Reset(); // Simulate drag&drop system call. - void DoDragDrop(const WebKit::WebPoint &event_pos, - const WebKit::WebDragData& drag_data, + void DoDragDrop(const WebKit::WebDragData& drag_data, WebKit::WebDragOperationsMask operations_mask); // JS callback methods. |