Index: webkit/tools/test_shell/event_sending_controller.cc |
=================================================================== |
--- webkit/tools/test_shell/event_sending_controller.cc (revision 43630) |
+++ webkit/tools/test_shell/event_sending_controller.cc (working copy) |
@@ -336,8 +336,7 @@ |
return shell_->webView(); |
} |
-void EventSendingController::DoDragDrop(const WebKit::WebPoint &event_pos, |
- const WebDragData& drag_data, |
+void EventSendingController::DoDragDrop(const WebDragData& drag_data, |
WebDragOperationsMask mask) { |
WebMouseEvent event; |
InitMouseEvent(WebInputEvent::MouseDown, pressed_button_, last_mouse_pos_, &event); |