diff options
Diffstat (limited to 'ash/wm/window_animations.h')
-rw-r--r-- | ash/wm/window_animations.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/wm/window_animations.h b/ash/wm/window_animations.h index 70ea4ff..8668d1f 100644 --- a/ash/wm/window_animations.h +++ b/ash/wm/window_animations.h @@ -26,6 +26,8 @@ enum WindowVisibilityAnimationType { WINDOW_VISIBILITY_ANIMATION_TYPE_WORKSPACE_SHOW, // Windows are scaled and // fade in. WINDOW_VISIBILITY_ANIMATION_TYPE_WORKSPACE_HIDE, // Inverse of SHOW. + WINDOW_VISIBILITY_ANIMATION_TYPE_MINIMIZE, // Window scale/rotates down + // to its launcher icon. }; // Type of visibility change transition that a window should animate. |