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

Unified Diff: ash/wm/window_animations.h

Issue 10911172: Changes launcher so that when animating hidden the background doesn't (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge 2 trunk Created 8 years, 3 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
« no previous file with comments | « ash/wm/shelf_layout_manager.cc ('k') | ash/wm/window_animations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_animations.h
diff --git a/ash/wm/window_animations.h b/ash/wm/window_animations.h
index 5d92a78ed42edd83f2a8f1a3b922f4b544b650aa..d2739828618bf39777a6d4f7e5c1075e5f91fd6f 100644
--- a/ash/wm/window_animations.h
+++ b/ash/wm/window_animations.h
@@ -102,6 +102,9 @@ enum WorkspaceType {
WORKSPACE_DESKTOP,
};
+// Amount of time for the workspace switch animation.
+extern const int kWorkspaceSwitchTimeMS;
+
// Animates between two workspaces. If |animate_old| is false |old_window| is
// not animated, otherwise it is. |is_restoring_maximized_window| is true if
// the switch is the result of a minmized window being restored.
« no previous file with comments | « ash/wm/shelf_layout_manager.cc ('k') | ash/wm/window_animations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698