| Index: chrome/browser/chromeos/login/lock_window_aura.cc
|
| diff --git a/chrome/browser/chromeos/login/lock_window_aura.cc b/chrome/browser/chromeos/login/lock_window_aura.cc
|
| index 4fc118867778a40ae4adc72dee1d333d0709c477..6e54f5c49976e515011f2f7c064be3482afd3aee 100644
|
| --- a/chrome/browser/chromeos/login/lock_window_aura.cc
|
| +++ b/chrome/browser/chromeos/login/lock_window_aura.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "ash/shell.h"
|
| #include "ash/shell_window_ids.h"
|
| +#include "ash/wm/window_animations.h"
|
| #include "ui/aura/root_window.h"
|
| #include "ui/aura/window.h"
|
|
|
| @@ -47,6 +48,7 @@ void LockWindowAura::Init() {
|
| ash::Shell::GetInstance()->GetContainer(
|
| ash::internal::kShellWindowId_LockScreenContainer)->
|
| AddChild(GetNativeView());
|
| + ash::SetWindowVisibilityAnimationPhase(GetNativeView(), ash::ANIMATE_NONE);
|
| }
|
|
|
| } // namespace chromeos
|
|
|