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

Unified Diff: mash/wm/root_window_controller.h

Issue 1835403002: Support additional mash shelf alignments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: mash/wm/root_window_controller.h
diff --git a/mash/wm/root_window_controller.h b/mash/wm/root_window_controller.h
index c64eb31cc93bbc3902cbf2fa7e64159a2fc348d9..fd58a2a9d9f865a1647ce13ded78e17b8f757fdb 100644
--- a/mash/wm/root_window_controller.h
+++ b/mash/wm/root_window_controller.h
@@ -64,6 +64,8 @@ class RootWindowController : public mus::WindowObserver,
void OnAccelerator(uint32_t id, const ui::Event& event);
+ LayoutManager* GetLayoutManagerForContainer(mojom::Container container);
+
private:
explicit RootWindowController(WindowManagerApplication* app);
~RootWindowController() override;

Powered by Google App Engine
This is Rietveld 408576698