| Index: ash/wm/session_state_animator.cc
|
| diff --git a/ash/wm/session_state_animator.cc b/ash/wm/session_state_animator.cc
|
| index 271b8cd8b5a3387d4dc216e74e747562eb2517c0..db150c7642e588dd994ae66e80f80318a9606f85 100644
|
| --- a/ash/wm/session_state_animator.cc
|
| +++ b/ash/wm/session_state_animator.cc
|
| @@ -17,13 +17,13 @@
|
| namespace ash {
|
|
|
| const int SessionStateAnimator::kAllLockScreenContainersMask =
|
| - SessionStateAnimator::LOCK_SCREEN_BACKGROUND |
|
| + SessionStateAnimator::LOCK_SCREEN_WALLPAPER |
|
| SessionStateAnimator::LOCK_SCREEN_CONTAINERS |
|
| SessionStateAnimator::LOCK_SCREEN_RELATED_CONTAINERS;
|
|
|
| const int SessionStateAnimator::kAllNonRootContainersMask =
|
| SessionStateAnimator::kAllLockScreenContainersMask |
|
| - SessionStateAnimator::DESKTOP_BACKGROUND | SessionStateAnimator::LAUNCHER |
|
| + SessionStateAnimator::WALLPAPER | SessionStateAnimator::LAUNCHER |
|
| SessionStateAnimator::NON_LOCK_SCREEN_CONTAINERS;
|
|
|
| SessionStateAnimator::AnimationSequence::AnimationSequence(
|
|
|