| Index: ui/aura/mus/mus_types.h
|
| diff --git a/ui/aura/mus/mus_types.h b/ui/aura/mus/mus_types.h
|
| index 642e00ab7be419fd49389b611efd94983063e6b7..12e5779e0dc500406602dd4388cd33de0a9b2276 100644
|
| --- a/ui/aura/mus/mus_types.h
|
| +++ b/ui/aura/mus/mus_types.h
|
| @@ -40,8 +40,13 @@ enum class WindowMusType {
|
| // The window is a top level window in the window manager.
|
| TOP_LEVEL_IN_WM,
|
|
|
| - // The window is a display root for the window manager.
|
| - DISPLAY,
|
| + // The window is a display root for the window manager and was automatically
|
| + // by mus.
|
| + DISPLAY_AUTOMATICALLY_CREATED,
|
| +
|
| + // The window is a display root for the window manager and was manually
|
| + // created.
|
| + DISPLAY_MANUALLY_CREATED,
|
|
|
| // The window was created locally.
|
| LOCAL,
|
|
|