| Index: ui/views/widget/desktop_aura/x11_desktop_window_move_client.cc
|
| diff --git a/ui/views/widget/desktop_aura/x11_desktop_window_move_client.cc b/ui/views/widget/desktop_aura/x11_desktop_window_move_client.cc
|
| index 195d102a5876405308953a22545444be176d71de..274a99b6874f1bb9438cb7b5ab4db5384c216351 100644
|
| --- a/ui/views/widget/desktop_aura/x11_desktop_window_move_client.cc
|
| +++ b/ui/views/widget/desktop_aura/x11_desktop_window_move_client.cc
|
| @@ -48,8 +48,9 @@ aura::client::WindowMoveResult X11DesktopWindowMoveClient::RunMoveLoop(
|
| aura::client::WindowMoveSource move_source) {
|
| window_offset_ = drag_offset;
|
| host_ = source->GetHost();
|
| + source->SetCapture();
|
|
|
| - bool success = move_loop_.RunMoveLoop(source, host_->last_cursor());
|
| + bool success = move_loop_.RunMoveLoop();
|
| return success ? aura::client::MOVE_SUCCESSFUL : aura::client::MOVE_CANCELED;
|
| }
|
|
|
|
|