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

Unified Diff: mash/wm/window_manager.h

Issue 1994763002: Wires up WorkspaceLayoutManager in mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: data deps Created 4 years, 7 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 | « mash/wm/window_layout.cc ('k') | mash/wm/window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/window_manager.h
diff --git a/mash/wm/window_manager.h b/mash/wm/window_manager.h
index fdb28d2ca3b69d3e95e83edae2bdbcb19eb49bdd..fa6026076cefe479a15d8f745f8b4f799f3abd67 100644
--- a/mash/wm/window_manager.h
+++ b/mash/wm/window_manager.h
@@ -38,13 +38,14 @@ class WindowManager : public mus::WindowTracker,
return window_manager_client_;
}
+ // Creates a new top level window.
+ mus::Window* NewTopLevelWindow(
+ std::map<std::string, std::vector<uint8_t>>* properties);
+
private:
gfx::Rect CalculateDefaultBounds(mus::Window* window) const;
gfx::Rect GetMaximizedWindowBounds() const;
- mus::Window* NewTopLevelWindow(
- std::map<std::string, std::vector<uint8_t>>* properties);
-
// mus::WindowObserver:
void OnTreeChanging(const TreeChangeParams& params) override;
« no previous file with comments | « mash/wm/window_layout.cc ('k') | mash/wm/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698