| 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 0945366fbf47cc3d15fe8df01235088d77f678a6..cd686e8350113b213e0a23945d81b0b266928f9b 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -115,6 +115,7 @@ class AURA_EXPORT WindowTreeClient
|
| bool visible,
|
| mojo::TextInputStatePtr state);
|
|
|
| + // Embeds a new client in |window|.
|
| void Embed(Window* window,
|
| ui::mojom::WindowTreeClientPtr client,
|
| uint32_t flags,
|
|
|