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

Unified Diff: ash/common/wm_window_property.h

Issue 2336653002: Ports SystemModalContainerLayoutManager to ash/common (Closed)
Patch Set: merge again Created 4 years, 3 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 | « ash/common/wm_shell.cc ('k') | ash/display/screen_position_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_window_property.h
diff --git a/ash/common/wm_window_property.h b/ash/common/wm_window_property.h
index 9bc0ba8b618c3a7cf1221defc5171eae257c96f4..57506bea8f22fb25c306cc6ea6690ad9718085e8 100644
--- a/ash/common/wm_window_property.h
+++ b/ash/common/wm_window_property.h
@@ -9,25 +9,28 @@ namespace ash {
enum class WmWindowProperty {
// Type bool.
- SNAP_CHILDREN_TO_PIXEL_BOUNDARY,
-
- // Type bool.
ALWAYS_ON_TOP,
+ // Type bool. See aura::client:kExcludeFromMruKey for details.
+ EXCLUDE_FROM_MRU,
+
+ // Type int, but cast to ui::ModalType.
+ MODAL_TYPE,
+
// Type int.
SHELF_ID,
// Type ShelfItemDetails.
SHELF_ITEM_DETAILS,
- // Type int. See aura::client::kTopViewInset for details.
- TOP_VIEW_INSET,
+ // Type bool.
+ SNAP_CHILDREN_TO_PIXEL_BOUNDARY,
// Type SkColor. See aura::client::kTopViewColor for details.
TOP_VIEW_COLOR,
- // Type bool. See aura::client:kExcludeFromMruKey for details.
- EXCLUDE_FROM_MRU,
+ // Type int. See aura::client::kTopViewInset for details.
+ TOP_VIEW_INSET,
};
} // namespace ash
« no previous file with comments | « ash/common/wm_shell.cc ('k') | ash/display/screen_position_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698