| Index: ash/wm/window_animations.h
|
| diff --git a/ash/wm/window_animations.h b/ash/wm/window_animations.h
|
| index 2e5d24bdbefb0393eb2e748a0cd660f753335cf2..114086d662a775eea78cd997a17ff79041a04963 100644
|
| --- a/ash/wm/window_animations.h
|
| +++ b/ash/wm/window_animations.h
|
| @@ -26,16 +26,6 @@ namespace views {
|
| // with desktop Chrome, see ui/views/corewm/window_animations.h.
|
| namespace ash {
|
|
|
| -// An extension of the window animations provided by CoreWm. These should be
|
| -// Ash-specific only.
|
| -enum WindowVisibilityAnimationType {
|
| - // Window scale/rotates down to its launcher icon.
|
| - WINDOW_VISIBILITY_ANIMATION_TYPE_MINIMIZE =
|
| - ::wm::WINDOW_VISIBILITY_ANIMATION_MAX,
|
| - // Fade in/out using brightness and grayscale web filters.
|
| - WINDOW_VISIBILITY_ANIMATION_TYPE_BRIGHTNESS_GRAYSCALE
|
| -};
|
| -
|
| // Direction for ash-specific window animations used in workspaces and
|
| // lock/unlock animations.
|
| enum LayerScaleAnimationDirection {
|
|
|