| Index: components/mus/public/interfaces/window_manager.mojom
|
| diff --git a/components/mus/public/interfaces/window_manager.mojom b/components/mus/public/interfaces/window_manager.mojom
|
| index 9aa4d456e15a35bf43d38b5977c69bef05ac5f6b..62e132a655cba156c4b901b1d32d9dd50d124bed 100644
|
| --- a/components/mus/public/interfaces/window_manager.mojom
|
| +++ b/components/mus/public/interfaces/window_manager.mojom
|
| @@ -21,6 +21,11 @@ import "ui/mojo/geometry/geometry.mojom";
|
| // with WindowTreeClient, further WindowTree requests this interface from
|
| // WindowTreeClient supplied at the time the WindowTreeHost is created.
|
| interface WindowManager {
|
| + // Whether the window is always on top. Type: bool.
|
| + const string kAlwaysOnTop_Property = "prop:always_on_top";
|
| + // Initial bounds to create the window at. If empty the WindowManager decides
|
| + // the initial bounds.
|
| + const string kInitialBounds_Property = "prop:initial_bounds";
|
| // Internal window name. Useful for debugging. Type: mojom::String
|
| const string kName_Property = "prop:name";
|
| // The window's preferred size as defined by its content. Type: gfx::Size.
|
|
|