| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| index 808bed76e30bf7fb6447d67294a37845ca3e3240..913d01f4de02ac20e3ad7ccbcdcc46d6da623023 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| @@ -236,7 +236,8 @@ class VIEWS_EXPORT DesktopWindowTreeHostX11
|
|
|
| // 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;
|
|
|
| void DelayedResize(const gfx::Size& size);
|
|
|
|
|