| Index: ash/mus/window_manager.h
|
| diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
|
| index 9ea8b45f855bdb375a51dd4d92ba78e3cbd091d4..cf79341567f5350ee86c3bcd58217fe657687cf0 100644
|
| --- a/ash/mus/window_manager.h
|
| +++ b/ash/mus/window_manager.h
|
| @@ -100,7 +100,8 @@ class WindowManager : public ::ui::WindowManagerDelegate,
|
| bool not_responding) override;
|
| void OnWmNewDisplay(::ui::Window* window,
|
| const display::Display& display) override;
|
| - void OnAccelerator(uint32_t id, const ui::Event& event) override;
|
| + ui::mojom::EventResult OnAccelerator(uint32_t id,
|
| + const ui::Event& event) override;
|
|
|
| shell::Connector* connector_;
|
|
|
|
|