| Index: ui/views/mus/mus_client.cc
|
| diff --git a/ui/views/mus/mus_client.cc b/ui/views/mus/mus_client.cc
|
| index 27a94a40cd1fbc27bf218e4cdc810440988098f5..655c05a41849c75f28f2ad395b9ed53d01275e58 100644
|
| --- a/ui/views/mus/mus_client.cc
|
| +++ b/ui/views/mus/mus_client.cc
|
| @@ -115,8 +115,7 @@ MusClient::ConfigurePropertiesFromParams(
|
| 0) {
|
| properties[ui::mojom::WindowManager::kResizeBehavior_Property] =
|
| mojo::ConvertTo<std::vector<uint8_t>>(static_cast<PrimitiveType>(
|
| - DesktopWindowTreeHostMus::GetResizeBehaviorFromDelegate(
|
| - init_params.delegate)));
|
| + init_params.delegate->GetResizeBehavior()));
|
| }
|
|
|
| // TODO(crbug.com/667566): Support additional scales or gfx::Image[Skia].
|
|
|