| Index: webkit/tools/test_shell/drag_delegate.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/drag_delegate.cc (revision 25321)
|
| +++ webkit/tools/test_shell/drag_delegate.cc (working copy)
|
| @@ -35,7 +35,8 @@
|
| gfx::Point client;
|
| gfx::Point screen;
|
| GetCursorPositions(source_hwnd_, &client, &screen);
|
| - webview_->DragSourceEndedAt(client, screen);
|
| + webview_->DragSourceEndedAt(client, screen, WebKit::WebDragOperationCopy);
|
| + // TODO(snej): Pass the real drag operation instead
|
| }
|
|
|
| void TestDragDelegate::OnDragSourceMove() {
|
|
|