Chromium Code Reviews| Index: ash/wm/common/wm_window_property.h |
| diff --git a/ash/wm/common/wm_window_property.h b/ash/wm/common/wm_window_property.h |
| index eb260538a6b19cf99d1bcd150ef0bca46d756cf8..cea6156c1a0e585e81f199d461e6629c246b5a96 100644 |
| --- a/ash/wm/common/wm_window_property.h |
| +++ b/ash/wm/common/wm_window_property.h |
| @@ -17,6 +17,9 @@ enum class WmWindowProperty { |
| // Type int. |
| SHELF_ID, |
| + |
| + // Type int. See aura::client::kTopViewInset for details. |
| + TOP_VIEW_INSET, |
| }; |
| } // namespace wm |