Chromium Code Reviews| Index: ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc |
| diff --git a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc |
| index 8a56b8de9689f8132adc9f2190b3154f4dced4b0..28323f0dd580d10a0f667f03af4c7a27f31d3b75 100644 |
| --- a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc |
| +++ b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc |
| @@ -694,8 +694,8 @@ int DesktopDragDropClientAuraX11::StartDragAndDrop( |
| // Windows has a specific method, DoDragDrop(), which performs the entire |
| // drag. We have to emulate this, so we spin off a nested runloop which will |
| // track all cursor movement and reroute events to a specific handler. |
| - move_loop_->RunMoveLoop( |
| - source_window, |
| + move_loop_->RunMoveLoop(source_window); |
| + move_loop_->UpdateCursor( |
| cursor_manager_->GetInitializedCursor(ui::kCursorGrabbing)); |
|
sadrul
2015/01/16 15:38:09
Is this going to do the right thing (i.e. would th
|
| if (alive) { |