| Index: mash/wm/public/interfaces/container.mojom
|
| diff --git a/mash/wm/public/interfaces/container.mojom b/mash/wm/public/interfaces/container.mojom
|
| index a9e1685e4c04d1e91d0d8b252e5cd1c6bccaa62d..a9c0a8489d1869144afbf3357eebb6a0ef59775c 100644
|
| --- a/mash/wm/public/interfaces/container.mojom
|
| +++ b/mash/wm/public/interfaces/container.mojom
|
| @@ -4,6 +4,10 @@
|
|
|
| module mash.wm.mojom;
|
|
|
| +// Containers for windows. This list is in the z-order of the windows, however
|
| +// they are actually built in a hierarchy (e.g. USER_WORKSPACE and LOGIN_WINDOWS
|
| +// are siblings). See RootWindowController::CreateContainers() for the full
|
| +// hierarchy.
|
| enum Container {
|
| ROOT = 0,
|
| ALL_USER_BACKGROUND,
|
| @@ -17,6 +21,9 @@ enum Container {
|
| LOGIN_WINDOWS,
|
| LOGIN_APP, // TODO(beng): what about dialog boxes login opens?
|
| LOGIN_SHELF,
|
| + // Bubble windows, for example the sysui system tray bubble and the screen
|
| + // brightness bubble.
|
| + BUBBLES,
|
| SYSTEM_MODAL_WINDOWS,
|
| KEYBOARD,
|
| MENUS,
|
|
|