| Index: components/mus/ws/window_tree_impl.h
|
| diff --git a/components/mus/ws/window_tree_impl.h b/components/mus/ws/window_tree_impl.h
|
| index dce1790016db2429a0feef235dbf29c3f2b50fd7..6e454f9bd26ea3a4026927470685b355a75bb520 100644
|
| --- a/components/mus/ws/window_tree_impl.h
|
| +++ b/components/mus/ws/window_tree_impl.h
|
| @@ -127,6 +127,7 @@ class WindowTreeImpl : public mojom::WindowTree,
|
|
|
| // Calls through to the client.
|
| void OnChangeCompleted(uint32_t change_id, bool success);
|
| + void OnAccelerator(uint32_t accelerator_id, mojom::EventPtr event);
|
|
|
| // The following methods are invoked after the corresponding change has been
|
| // processed. They do the appropriate bookkeeping and update the client as
|
| @@ -333,6 +334,10 @@ class WindowTreeImpl : public mojom::WindowTree,
|
| override;
|
|
|
| // mojom::WindowManagerClient:
|
| + void AddAccelerator(uint32_t id,
|
| + mojom::EventMatcherPtr event_matcher,
|
| + const AddAcceleratorCallback& callback) override;
|
| + void RemoveAccelerator(uint32_t id) override;
|
| void WmResponse(uint32_t change_id, bool response) override;
|
| void WmRequestClose(Id transport_window_id) override;
|
| void WmSetFrameDecorationValues(
|
|
|