Index: ash/common/wm/overview/overview_animation_type.h |
diff --git a/ash/common/wm/overview/overview_animation_type.h b/ash/common/wm/overview/overview_animation_type.h |
index 66cd60c8051c6e771279d666a18ec26c4661002f..48b8b89afef0dc5066b008f7c1d474cc8de32214 100644 |
--- a/ash/common/wm/overview/overview_animation_type.h |
+++ b/ash/common/wm/overview/overview_animation_type.h |
@@ -21,7 +21,10 @@ enum OverviewAnimationType { |
OVERVIEW_ANIMATION_HIDE_WINDOW, |
// Used to restore windows to their original position when exiting overview |
// mode. |
- OVERVIEW_ANIMATION_RESTORE_WINDOW |
+ OVERVIEW_ANIMATION_RESTORE_WINDOW, |
+ // Used to animate hiding of a window that is is closed while overview mode is |
+ // active. |
+ OVERVIEW_ANIMATION_CLOSE_SELECTOR_ITEM |
}; |
} // namespace ash |