Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: ash/mus/property_util.h

Issue 2033843003: Makes ash/mus use RootWindowControllerCommon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_mash_wm
Patch Set: merge fail Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/mus/fill_layout.cc ('k') | ash/mus/property_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ash/mus/fill_layout.cc ('k') | ash/mus/property_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698