Chromium Code Reviews| Index: ash/common/wm_window_property.h |
| diff --git a/ash/common/wm_window_property.h b/ash/common/wm_window_property.h |
| index 2c15da1d0696f7629882b2a62f3d0e1a62e17f4b..732adb8e2c6fdc358706ddd62a58d6977eb57c56 100644 |
| --- a/ash/common/wm_window_property.h |
| +++ b/ash/common/wm_window_property.h |
| @@ -8,6 +8,9 @@ |
| namespace ash { |
| enum class WmWindowProperty { |
| + // Not a valid property; used for property key translation purposes. |
| + INVALID_PROPERTY, |
| + |
| // Type bool. |
| ALWAYS_ON_TOP, |