Index: ash/mus/property_util.h |
diff --git a/ash/mus/property_util.h b/ash/mus/property_util.h |
index 1daf725d5aa79aeea411963b662782b27e166c32..25b8792eb7210a1bc0f57b53dc0d7c5b47e140bb 100644 |
--- a/ash/mus/property_util.h |
+++ b/ash/mus/property_util.h |
@@ -45,6 +45,8 @@ bool GetRequestedContainer(const ui::Window* window, |
// Returns a bitfield of kResizeBehavior* values from |
// window_manager_constants.mojom. |
+void SetResizeBehavior(ui::Window::SharedProperties* properties, |
+ int32_t resize_behavior); |
int32_t GetResizeBehavior(const ui::Window* window); |
void SetRestoreBounds(ui::Window* window, const gfx::Rect& bounds); |