| Index: ash/wm/session_state_animator.cc
|
| diff --git a/ash/wm/session_state_animator.cc b/ash/wm/session_state_animator.cc
|
| index 38091bf1140344406818aa20300897839b3077dd..de8cd42d4daf2074fe0621d6189fb606856fe141 100644
|
| --- a/ash/wm/session_state_animator.cc
|
| +++ b/ash/wm/session_state_animator.cc
|
| @@ -613,22 +613,5 @@ void SessionStateAnimator::RunAnimationForWindow(
|
| }
|
| }
|
|
|
| -void SessionStateAnimator::CreateForeground() {
|
| - if (foreground_)
|
| - return;
|
| - aura::Window* window = Shell::GetContainer(
|
| - Shell::GetPrimaryRootWindow(),
|
| - internal::kShellWindowId_PowerButtonAnimationContainer);
|
| - HideWindowImmediately(window, NULL);
|
| - foreground_.reset(
|
| - new ColoredWindowController(window, "SessionStateAnimatorForeground"));
|
| - foreground_->SetColor(SK_ColorWHITE);
|
| - foreground_->GetWidget()->Show();
|
| -}
|
| -
|
| -void SessionStateAnimator::DropForeground() {
|
| - foreground_.reset();
|
| -}
|
| -
|
| } // namespace internal
|
| } // namespace ash
|
|
|