Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(526)

Unified Diff: ui/aura/mus/mus_types.h

Issue 2833093002: WIP: simplified display management in ash (Closed)
Patch Set: merge and more fixs Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/buildbot/filters/ash_mus_unittests.filter ('k') | ui/aura/mus/window_manager_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « testing/buildbot/filters/ash_mus_unittests.filter ('k') | ui/aura/mus/window_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698