| Index: ui/aura/client/window_types.h
|
| diff --git a/ui/aura/client/window_types.h b/ui/aura/client/window_types.h
|
| index d1375df897c47915f396157c000996ab67f27968..94993135ec77da1988fa6161b45e85821994e589 100644
|
| --- a/ui/aura/client/window_types.h
|
| +++ b/ui/aura/client/window_types.h
|
| @@ -18,7 +18,10 @@ enum WindowType {
|
| // Regular windows that should be laid out by the client.
|
| WINDOW_TYPE_NORMAL,
|
|
|
| - // Miscellaneous windows that should not be laid out by the client.
|
| + // Always on top windows aligned to bottom right of screen.
|
| + WINDOW_TYPE_PANEL,
|
| +
|
| + // Miscellaneous windows that should not be laid out by the shell.
|
| WINDOW_TYPE_POPUP,
|
|
|
| WINDOW_TYPE_MENU,
|
|
|