| 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
|
|
|