Chromium Code Reviews| 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..aacd2e7ee769a14942291cdfb901c8ec3102f558 100644 |
| --- a/mash/wm/public/interfaces/container.mojom |
| +++ b/mash/wm/public/interfaces/container.mojom |
| @@ -4,6 +4,9 @@ |
| module mash.wm.mojom; |
| +// Containers for windows. The containers are built in a tree; they are not just |
| +// stacked in this order. See RootWindowController::CreateContainers() for the |
|
sky
2016/04/07 17:55:10
I think it would be easier to see if the list is o
James Cook
2016/04/07 20:43:43
Actually, the list is in z-order, but I thought it
|
| +// hierarchy. |
| enum Container { |
| ROOT = 0, |
| ALL_USER_BACKGROUND, |
| @@ -17,6 +20,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, |