| Index: components/mus/public/cpp/window.h
|
| diff --git a/components/mus/public/cpp/window.h b/components/mus/public/cpp/window.h
|
| index 3cf965e2565a3ff23de60cee5ab9f54ad72c4dd0..eabc6098a5b098c5b812977227e70bd4458c2cd1 100644
|
| --- a/components/mus/public/cpp/window.h
|
| +++ b/components/mus/public/cpp/window.h
|
| @@ -210,12 +210,13 @@ class Window {
|
| void SetCanFocus(bool can_focus);
|
|
|
| // Embedding. See window_tree.mojom for details.
|
| - void Embed(mus::mojom::WindowTreeClientPtr client);
|
| + void Embed(mus::mojom::WindowTreeClientPtr client, uint32_t flags = 0);
|
|
|
| // NOTE: callback is run synchronously if Embed() is not allowed on this
|
| // Window.
|
| void Embed(mus::mojom::WindowTreeClientPtr client,
|
| - const EmbedCallback& callback);
|
| + const EmbedCallback& callback,
|
| + uint32_t flags = 0);
|
|
|
| // TODO(sky): this API is only applicable to the WindowManager. Move it
|
| // to a better place.
|
|
|