Index: ui/views/widget/desktop_aura/desktop_screen_x11.h |
diff --git a/ui/views/widget/desktop_aura/desktop_screen_x11.h b/ui/views/widget/desktop_aura/desktop_screen_x11.h |
index 1fc32d101d1482236284c6fd7b09d958d7d03ebb..4c0fca3fb32a03d9eeb18b9924f8f21986ccd43a 100644 |
--- a/ui/views/widget/desktop_aura/desktop_screen_x11.h |
+++ b/ui/views/widget/desktop_aura/desktop_screen_x11.h |
@@ -50,7 +50,8 @@ class VIEWS_EXPORT DesktopScreenX11 : public gfx::Screen, |
// 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; |
private: |
friend class DesktopScreenX11Test; |