| Index: services/ui/demo/mus_demo_internal.h
|
| diff --git a/services/ui/demo/mus_demo_internal.h b/services/ui/demo/mus_demo_internal.h
|
| index ee93d5e38840d8e148e4fa14aa908b14b0e58451..4b6ecfddfe4a2cc89a0eee0a3112b516e2c79c19 100644
|
| --- a/services/ui/demo/mus_demo_internal.h
|
| +++ b/services/ui/demo/mus_demo_internal.h
|
| @@ -47,8 +47,10 @@ class MusDemoInternal : public MusDemo, public aura::WindowManagerDelegate {
|
| const display::Display& display) final;
|
| void OnWmDisplayRemoved(aura::WindowTreeHostMus* window_tree_host) final;
|
| void OnWmDisplayModified(const display::Display& display) final;
|
| - ui::mojom::EventResult OnAccelerator(uint32_t id,
|
| - const ui::Event& event) final;
|
| + ui::mojom::EventResult OnAccelerator(
|
| + uint32_t id,
|
| + const ui::Event& event,
|
| + std::unordered_map<std::string, std::vector<uint8_t>>* properties) final;
|
| void OnWmPerformMoveLoop(aura::Window* window,
|
| ui::mojom::MoveLoopSource source,
|
| const gfx::Point& cursor_location,
|
|
|