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

Unified Diff: ash/wm/session_state_animator.h

Issue 11419225: Decouple workspace animation from other actions on windows (e.g. hide/show), so that animations can… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix doc Created 8 years, 1 month 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
« no previous file with comments | « no previous file | ash/wm/session_state_animator.cc » ('j') | ash/wm/session_state_animator.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/session_state_animator.h
diff --git a/ash/wm/session_state_animator.h b/ash/wm/session_state_animator.h
index ed6ea4509a5c287e47f3fd29bd867f2262f4b8da..751017312be86ee7e4e893e0ae1a4450601af4a2 100644
--- a/ash/wm/session_state_animator.h
+++ b/ash/wm/session_state_animator.h
@@ -68,6 +68,8 @@ class ASH_EXPORT SessionStateAnimator {
ANIMATION_SPEED_SHOW_LOCK_SCREEN,
// Speed for workspace-like animations in "new" animation set.
ANIMATION_SPEED_MOVE_WINDOWS,
+ // Speed for undoing workspace-like animations in "new" animation set.
+ ANIMATION_SPEED_UNDO_MOVE_WINDOWS,
// Speed for shutdown in "new" animation set.
ANIMATION_SPEED_SHUTDOWN,
// Speed for reverting shutdown in "new" animation set.
« no previous file with comments | « no previous file | ash/wm/session_state_animator.cc » ('j') | ash/wm/session_state_animator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698