| Index: ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| diff --git a/ui/views/widget/desktop_aura/x11_desktop_handler.h b/ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| index 8a1e61e109c606026eb9b22900d759cf8a82572e..c932648531420e374cfe8c3bfe46afc6962bd2c1 100644
|
| --- a/ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| +++ b/ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| @@ -58,7 +58,8 @@ class VIEWS_EXPORT X11DesktopHandler : public ui::PlatformEventDispatcher,
|
|
|
| // 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;
|
|
|
| // Overridden from aura::EnvObserver:
|
| virtual void OnWindowInitialized(aura::Window* window) override;
|
|
|