| Index: services/ui/ws/window_server.h
|
| diff --git a/services/ui/ws/window_server.h b/services/ui/ws/window_server.h
|
| index e6228201a61f012bcd66eaf60d7ad15d5d364d01..d01c2e0091317d2cf1e9c36bf106632f72b57317 100644
|
| --- a/services/ui/ws/window_server.h
|
| +++ b/services/ui/ws/window_server.h
|
| @@ -91,7 +91,8 @@ class WindowServer : public ServerWindowDelegate,
|
| WindowTree* CreateTreeForWindowManager(
|
| const UserId& user_id,
|
| mojom::WindowTreeRequest window_tree_request,
|
| - mojom::WindowTreeClientPtr window_tree_client);
|
| + mojom::WindowTreeClientPtr window_tree_client,
|
| + bool automatically_create_display_roots);
|
| // Invoked when a WindowTree's connection encounters an error.
|
| void DestroyTree(WindowTree* tree);
|
|
|
|
|