Index: mash/wm/property_util.h |
diff --git a/mash/wm/property_util.h b/mash/wm/property_util.h |
index 04b540a2463c5547811f43bad38d741d18e80abd..d53e2def840cd8fa39feeeb6d36a89852a2fb2ed 100644 |
--- a/mash/wm/property_util.h |
+++ b/mash/wm/property_util.h |
@@ -37,7 +37,7 @@ gfx::Size GetWindowPreferredSize(const mus::Window* window); |
mojom::Container GetRequestedContainer(const mus::Window* window); |
-mus::mojom::ResizeBehavior GetResizeBehavior(const mus::Window* window); |
+int32_t GetResizeBehavior(const mus::Window* window); |
yzshen1
2016/01/07 19:24:52
Please add comment what does the return value mean
Sam McNally
2016/01/08 05:12:51
Done.
|
void SetRestoreBounds(mus::Window* window, const gfx::Rect& bounds); |
gfx::Rect GetRestoreBounds(const mus::Window* window); |