summaryrefslogtreecommitdiffstats
path: root/ui/aura_shell/toplevel_layout_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura_shell/toplevel_layout_manager.h')
-rw-r--r--ui/aura_shell/toplevel_layout_manager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/aura_shell/toplevel_layout_manager.h b/ui/aura_shell/toplevel_layout_manager.h
index 0593e8d..d8774fe 100644
--- a/ui/aura_shell/toplevel_layout_manager.h
+++ b/ui/aura_shell/toplevel_layout_manager.h
@@ -19,10 +19,10 @@ namespace internal {
class ShelfLayoutController;
-// ToplevelLayoutManager is the LayoutManager installed on the
-// ToplevelWindowContainer. It is used if the WorkspaceManager is not
-// enabled. ToplevelLayoutManager listens for changes to kShowStateKey and
-// resizes the window appropriately.
+// ToplevelLayoutManager is the LayoutManager installed on a container that
+// hosts what the shell considers to be top-level windows. It is used if the
+// WorkspaceManager is not enabled. ToplevelLayoutManager listens for changes to
+// kShowStateKey and resizes the window appropriately.
class AURA_SHELL_EXPORT ToplevelLayoutManager : public aura::LayoutManager,
public aura::WindowObserver {
public: