Index: ash/wm/session_state_animator.h |
diff --git a/ash/wm/session_state_animator.h b/ash/wm/session_state_animator.h |
index 6dd9bf42637cc93b4d2c6ff8d065440888a5dfb9..43f2f1462b813278cf724198d75d003fd27b7d7e 100644 |
--- a/ash/wm/session_state_animator.h |
+++ b/ash/wm/session_state_animator.h |
@@ -30,9 +30,9 @@ class ASH_EXPORT SessionStateAnimator : public aura::RootWindowObserver { |
public: |
// Animations that can be applied to groups of containers. |
enum AnimationType { |
- ANIMATION_SLOW_CLOSE = 0, |
- ANIMATION_UNDO_SLOW_CLOSE, |
- ANIMATION_FAST_CLOSE, |
+ ANIMATION_PARTIAL_CLOSE = 0, |
+ ANIMATION_UNDO_PARTIAL_CLOSE, |
+ ANIMATION_FULL_CLOSE, |
ANIMATION_FADE_IN, |
ANIMATION_HIDE, |
ANIMATION_RESTORE, |