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

Unified Diff: ash/root_window_controller.h

Issue 1975433002: mus: Fix ash::GetRootWindowController for child windows/widgets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments 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 | « no previous file | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 96b6ea2299819fc0790776e21b6cfa4469d016c3..a45ce1804299a3d962880a3bf760e75e6337974c 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -306,8 +306,9 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
DISALLOW_COPY_AND_ASSIGN(RootWindowController);
};
-
-// Gets the RootWindowController for |root_window|.
+// On classic ash, returns the RootWindowController for the given |root_window|.
+// On mus ash, returns the RootWindowController for the primary display.
+// See RootWindowController class comment above.
ASH_EXPORT RootWindowController* GetRootWindowController(
const aura::Window* root_window);
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698