Index: ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h |
diff --git a/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h b/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h |
index b8815fe5937823d9e8767e42baa3ce4e9fefa2ba..89355f78bbadb62ee769a0f79ed23b78b9094f70 100644 |
--- a/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h |
+++ b/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h |
@@ -40,7 +40,8 @@ class X11WholeScreenMoveLoop : public X11MoveLoop, |
// ui:::PlatformEventDispatcher: |
virtual bool CanDispatchEvent(const ui::PlatformEvent& event) override; |
- virtual uint32_t DispatchEvent(const ui::PlatformEvent& event) override; |
+ virtual ui::PostDispatchAction DispatchEvent( |
+ const ui::PlatformEvent& event) override; |
// X11MoveLoop: |
virtual bool RunMoveLoop(aura::Window* window, |