| Index: ui/aura/mus/window_tree_client.cc
|
| diff --git a/ui/aura/mus/window_tree_client.cc b/ui/aura/mus/window_tree_client.cc
|
| index cc3857ffd9dd5633458582b37562f44896933a9e..e5aa0bd45efbb00a4a907ec6e00239cf671d8d6f 100644
|
| --- a/ui/aura/mus/window_tree_client.cc
|
| +++ b/ui/aura/mus/window_tree_client.cc
|
| @@ -699,7 +699,8 @@ void WindowTreeClient::ScheduleInFlightBoundsChange(
|
| base::Optional<cc::LocalSurfaceId> local_surface_id;
|
| if (window->window_mus_type() == WindowMusType::TOP_LEVEL_IN_WM ||
|
| window->window_mus_type() == WindowMusType::EMBED_IN_OWNER ||
|
| - window->window_mus_type() == WindowMusType::DISPLAY_MANUALLY_CREATED) {
|
| + window->window_mus_type() == WindowMusType::DISPLAY_MANUALLY_CREATED ||
|
| + window->HasLocalCompositorFrameSink()) {
|
| local_surface_id = window->GetOrAllocateLocalSurfaceId(new_bounds.size());
|
| synchronizing_with_child_on_next_frame_ = true;
|
| }
|
|
|