Chromium Code Reviews| Index: ash/root_window_controller.h |
| diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h |
| index 517de7f6d9b21ea81d085aef6cedb6a49bd883d2..6a9773d177465125be2f086b7f686934862dfbba 100644 |
| --- a/ash/root_window_controller.h |
| +++ b/ash/root_window_controller.h |
| @@ -77,6 +77,10 @@ class AshTouchExplorationManager; |
| // The RootWindowController for particular root window is stored in |
| // its property (RootWindowSettings) and can be obtained using |
| // |GetRootWindowController(aura::WindowEventDispatcher*)| function. |
| +// |
| +// NOTE: In classic ash there is one RootWindow per display, so every RootWindow |
| +// has a RootWindowController. In mus/mash there is one RootWindow per Widget, |
|
msw
2016/04/28 23:57:36
q: Is it one per top-level widget?
James Cook
2016/04/29 16:17:40
Yep, one per top-level widget. Updated.
|
| +// so not all RootWindows have a RootWindowController. |
| class ASH_EXPORT RootWindowController : public ShellObserver { |
| public: |
| // Creates and Initialize the RootWindowController for primary display. |