| Index: ash/mus/window_manager.h
|
| diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
|
| index df3b52ec8da161c229d27f424d79e03b930588bf..372db54f809e1630202f2d6087abd6a95831317e 100644
|
| --- a/ash/mus/window_manager.h
|
| +++ b/ash/mus/window_manager.h
|
| @@ -160,8 +160,11 @@ class WindowManager : public aura::WindowManagerDelegate,
|
| const gfx::Point& cursor_location,
|
| const base::Callback<void(bool)>& on_done) override;
|
| void OnWmCancelMoveLoop(aura::Window* window) override;
|
| - ui::mojom::EventResult OnAccelerator(uint32_t id,
|
| - const ui::Event& event) override;
|
| + ui::mojom::EventResult OnAccelerator(
|
| + uint32_t id,
|
| + const ui::Event& event,
|
| + std::unordered_map<std::string, std::vector<uint8_t>>* properties)
|
| + override;
|
| void OnWmSetClientArea(
|
| aura::Window* window,
|
| const gfx::Insets& insets,
|
|
|