| Index: components/mus/ws/window_server.h
|
| diff --git a/components/mus/ws/window_server.h b/components/mus/ws/window_server.h
|
| index d8e463d0207406044491675a93519a38891b51fe..44a2a8d35675cb9e4919299e0f95ebc027c7c279 100644
|
| --- a/components/mus/ws/window_server.h
|
| +++ b/components/mus/ws/window_server.h
|
| @@ -73,6 +73,7 @@ class WindowServer : public ServerWindowDelegate,
|
| WindowTree* EmbedAtWindow(ServerWindow* root,
|
| const UserId& user_id,
|
| mojom::WindowTreeClientPtr client,
|
| + uint32_t flags,
|
| std::unique_ptr<AccessPolicy> access_policy);
|
|
|
| // Adds |tree_impl_ptr| to the set of known trees. Use DestroyTree() to
|
|
|