| 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 e0840cc43e84fc5bd0ac1abb2094c692dc7ed1bf..a0f9f3d507662ffe57c078cd3a31c340541b3613 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
|
| @@ -66,7 +66,8 @@ bool X11WholeScreenMoveLoop::CanDispatchEvent(const ui::PlatformEvent& event) {
|
| return in_move_loop_;
|
| }
|
|
|
| -uint32_t X11WholeScreenMoveLoop::DispatchEvent(const ui::PlatformEvent& event) {
|
| +ui::PostDispatchAction X11WholeScreenMoveLoop::DispatchEvent(
|
| + const ui::PlatformEvent& event) {
|
| // This method processes all events while the move loop is active.
|
| if (!in_move_loop_)
|
| return ui::POST_DISPATCH_PERFORM_DEFAULT;
|
|
|