| 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 60b35b155d5feec65494bcdc953eabb73b2a8fe7..8df58b608e805f873d15d9af35a4d47d7e804a8e 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -115,7 +115,10 @@ class AURA_EXPORT WindowTreeClient
|
| bool visible,
|
| mojo::TextInputStatePtr state);
|
|
|
| - // Embeds a new client in |window|.
|
| + // Embeds a new client in |window|. |flags| is a bitmask of the values defined
|
| + // by kEmbedFlag*; 0 gives default behavior. |callback| is called to indicate
|
| + // whether the embedding succeeded or failed and may be called immediately if
|
| + // the embedding is known to fail.
|
| void Embed(Window* window,
|
| ui::mojom::WindowTreeClientPtr client,
|
| uint32_t flags,
|
|
|