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

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: Address comments. Created 4 years, 8 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 655a2b584ea996a4bfa1e818b5c563099dbb4e93..b8808e7982ac49847a050524ee41c87071c9dc5e 100644
--- a/mash/wm/root_window_controller.h
+++ b/mash/wm/root_window_controller.h
@@ -66,6 +66,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