| 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 e465174db814c72bdaa0f88dbd3bebd67aff6418..0410100757032d6d610f9f1dcb43b485c8f756cc 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
|
| @@ -261,6 +261,7 @@ bool X11WholeScreenMoveLoop::GrabPointerAndKeyboard(gfx::NativeCursor cursor) {
|
| }
|
|
|
| XUngrabServer(display);
|
| + XFlush(display);
|
| return ret == GrabSuccess;
|
| }
|
|
|
|
|