| Index: ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc
|
| diff --git a/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc b/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc
|
| index f55e99e20384607725f988d84ace0f3361b3bc94..cf259d3598a309f17f3158631290344da345568f 100644
|
| --- a/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc
|
| +++ b/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc
|
| @@ -202,7 +202,6 @@ void X11WholeScreenMoveLoop::EndMoveLoop() {
|
| return;
|
|
|
| // Prevent DispatchMouseMovement from dispatching any posted motion event.
|
| - weak_factory_.InvalidateWeakPtrs();
|
| last_motion_in_screen_.reset();
|
|
|
| // We undo our emulated mouse click from RunMoveLoop();
|
|
|