| Index: ui/aura/mus/window_tree_client.h
|
| diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
|
| index a8b1f1368de07019ac84771ece0cb18361f9df82..1aeac826ea8ee93bd492b9fdfeaac38ede0ab6a5 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -113,7 +113,8 @@ class AURA_EXPORT WindowTreeClient
|
| void ConnectViaWindowTreeFactory();
|
|
|
| // Establishes the connection by way of WindowManagerWindowTreeFactory.
|
| - void ConnectAsWindowManager();
|
| + // See mojom for details on |automatically_create_display_roots|.
|
| + void ConnectAsWindowManager(bool automatically_create_display_roots = true);
|
|
|
| service_manager::Connector* connector() { return connector_; }
|
| ui::Gpu* gpu() { return gpu_.get(); }
|
|
|