| Index: components/mus/ws/window_tree_impl.cc
|
| diff --git a/components/mus/ws/window_tree_impl.cc b/components/mus/ws/window_tree_impl.cc
|
| index 1671bc767bb1a1d62266c71c8e461270312a5138..2df84a5298d0636d0c4c28d2101ca0fed0675b47 100644
|
| --- a/components/mus/ws/window_tree_impl.cc
|
| +++ b/components/mus/ws/window_tree_impl.cc
|
| @@ -1126,6 +1126,12 @@ void WindowTreeImpl::WmRequestClose(Id transport_window_id) {
|
| // TODO(sky): think about what else case means.
|
| }
|
|
|
| +void WindowTreeImpl::WmSetFrameDecorationValues(
|
| + mojom::FrameDecorationValuesPtr values) {
|
| + if (GetHostForWindowManager())
|
| + GetHostForWindowManager()->SetFrameDecorationValues(std::move(values));
|
| +}
|
| +
|
| void WindowTreeImpl::OnWmCreatedTopLevelWindow(uint32_t change_id,
|
| Id transport_window_id) {
|
| if (GetHostForWindowManager()) {
|
|
|