| Index: chrome/browser/extensions/global_shortcut_listener_x11.h
|
| diff --git a/chrome/browser/extensions/global_shortcut_listener_x11.h b/chrome/browser/extensions/global_shortcut_listener_x11.h
|
| index 8d551993841d228b1e988673b1339d09593f2fc6..d78c607fb65e4adf6ce2974c1ad841fa81e39840 100644
|
| --- a/chrome/browser/extensions/global_shortcut_listener_x11.h
|
| +++ b/chrome/browser/extensions/global_shortcut_listener_x11.h
|
| @@ -24,7 +24,8 @@ class GlobalShortcutListenerX11 : public GlobalShortcutListener,
|
|
|
| // ui::PlatformEventDispatcher implementation.
|
| 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:
|
| // GlobalShortcutListener implementation.
|
|
|