| 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 967b9e4f1f8d8ca5c6e1a743e51d1cfbf317c5a2..af39c28f4012d0cb6b39c193d6c8b011274f3278 100644
|
| --- a/components/mus/ws/window_tree_impl.h
|
| +++ b/components/mus/ws/window_tree_impl.h
|
| @@ -319,6 +319,8 @@ class WindowTreeImpl : public mojom::WindowTree,
|
| // mojom::WindowManagerInternalClient:
|
| void WmResponse(uint32_t change_id, bool response) override;
|
| void WmRequestClose(Id transport_window_id) override;
|
| + void WmSetFrameDecorationValues(
|
| + mojom::FrameDecorationValuesPtr values) override;
|
| void OnWmCreatedTopLevelWindow(uint32_t change_id,
|
| Id transport_window_id) override;
|
|
|
|
|