| Index: ui/aura/mus/window_tree_client.h
|
| diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
|
| index a0dc92a7dc9a5234609a782d2ae84de8094fd62e..06c4ecc451050243a109140781bcee238b704fba 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -399,9 +399,8 @@ class AURA_EXPORT WindowTreeClient
|
| void SetFrameDecorationValues(
|
| ui::mojom::FrameDecorationValuesPtr values) override;
|
| void SetNonClientCursor(Window* window, ui::mojom::Cursor cursor_id) override;
|
| - void AddAccelerator(uint32_t id,
|
| - ui::mojom::EventMatcherPtr event_matcher,
|
| - const base::Callback<void(bool)>& callback) override;
|
| + void AddAccelerators(std::vector<ui::mojom::AcceleratorPtr> accelerators,
|
| + const base::Callback<void(bool)>& callback) override;
|
| void RemoveAccelerator(uint32_t id) override;
|
| void AddActivationParent(Window* window) override;
|
| void RemoveActivationParent(Window* window) override;
|
|
|