| Index: services/ui/ws/window_tree.cc
|
| diff --git a/services/ui/ws/window_tree.cc b/services/ui/ws/window_tree.cc
|
| index 6c1d7f44affbaf1eea4519f6fdff80ed76df60bf..6ddfc6bc4c3f805fad53b3346d519e2bf83c7a1d 100644
|
| --- a/services/ui/ws/window_tree.cc
|
| +++ b/services/ui/ws/window_tree.cc
|
| @@ -1107,6 +1107,7 @@ mojom::WindowDataPtr WindowTree::WindowToWindowData(
|
| window_data->bounds = window->bounds();
|
| window_data->properties = mojo::MapToUnorderedMap(window->properties());
|
| window_data->visible = window->visible();
|
| + window_data->local_surface_id = window->current_local_surface_id();
|
| return window_data;
|
| }
|
|
|
|
|