| Index: components/mus/ws/window_server.h
|
| diff --git a/components/mus/ws/window_server.h b/components/mus/ws/window_server.h
|
| index 0ec0a161dc9e25b38c54d59091cfcd23f0faaac9..190e16597d189dd9ed1ba7d3ac3f76b714972086 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
|
|
|