Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7243)

Unified Diff: ash/wm/session_state_animator.h

Issue 11230050: ash : introduce second SessionStateController implementation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698