| Index: services/ui/ws/window_tree.h
|
| diff --git a/services/ui/ws/window_tree.h b/services/ui/ws/window_tree.h
|
| index 3386933775eebe5d93b4727bb38341dc5d6d4132..4a03b181d9bd620f0c1650990eb315e56b9546f2 100644
|
| --- a/services/ui/ws/window_tree.h
|
| +++ b/services/ui/ws/window_tree.h
|
| @@ -485,7 +485,11 @@ class WindowTree : public mojom::WindowTree,
|
| mojom::Cursor cursor_id) override;
|
| void OnWmCreatedTopLevelWindow(uint32_t change_id,
|
| Id transport_window_id) override;
|
| - void OnAcceleratorAck(uint32_t event_id, mojom::EventResult result) override;
|
| + void OnAcceleratorAck(
|
| + uint32_t event_id,
|
| + mojom::EventResult result,
|
| + const std::unordered_map<std::string, std::vector<uint8_t>>& properties)
|
| + override;
|
|
|
| // AccessPolicyDelegate:
|
| bool HasRootForAccessPolicy(const ServerWindow* window) const override;
|
|
|