Index: webkit/tools/test_shell/event_sending_controller.h |
=================================================================== |
--- webkit/tools/test_shell/event_sending_controller.h (revision 43630) |
+++ webkit/tools/test_shell/event_sending_controller.h (working copy) |
@@ -41,8 +41,7 @@ |
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. |