| Index: ash/mus/property_util.h
|
| diff --git a/ash/mus/property_util.h b/ash/mus/property_util.h
|
| index 023fbb2fc84a0a45e7534ecc9a206bcfa46f3c6d..fd7938e66d36e761585b7490b6ec72c0896d22a6 100644
|
| --- a/ash/mus/property_util.h
|
| +++ b/ash/mus/property_util.h
|
| @@ -38,7 +38,11 @@ gfx::Rect GetWindowUserSetBounds(const ::mus::Window* window);
|
| void SetWindowPreferredSize(::mus::Window* window, const gfx::Size& size);
|
| gfx::Size GetWindowPreferredSize(const ::mus::Window* window);
|
|
|
| -mojom::Container GetRequestedContainer(const ::mus::Window* window);
|
| +// If |window| has the |kWindowContainer_Property| set as a property, then
|
| +// the value of |kWindowContainer_Property| is set in |container| and true is
|
| +// returned. Otherwise false is returned.
|
| +bool GetRequestedContainer(const ::mus::Window* window,
|
| + mojom::Container* container);
|
|
|
| // Returns a bitfield of kResizeBehavior* values from
|
| // window_manager_constants.mojom.
|
|
|