| 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.
|
|
|