| Index: ash/common/wm_window_property.h
|
| diff --git a/ash/common/wm_window_property.h b/ash/common/wm_window_property.h
|
| index 57506bea8f22fb25c306cc6ea6690ad9718085e8..2c15da1d0696f7629882b2a62f3d0e1a62e17f4b 100644
|
| --- a/ash/common/wm_window_property.h
|
| +++ b/ash/common/wm_window_property.h
|
| @@ -18,10 +18,13 @@ enum class WmWindowProperty {
|
| MODAL_TYPE,
|
|
|
| // Type int.
|
| + SHELF_ICON_RESOURCE_ID,
|
| +
|
| + // Type int.
|
| SHELF_ID,
|
|
|
| - // Type ShelfItemDetails.
|
| - SHELF_ITEM_DETAILS,
|
| + // Type int, but cast to ShelfItemType.
|
| + SHELF_ITEM_TYPE,
|
|
|
| // Type bool.
|
| SNAP_CHILDREN_TO_PIXEL_BOUNDARY,
|
|
|