| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 5df9d644791b71ce87693251e008a5d067216202..b3abd0565e5f25cd7d0cbe05ded7b48013973ba9 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -116,7 +116,6 @@ void CreateSpecialContainers(aura::Window::Windows* containers) {
|
| lock_container->SetLayoutManager(new internal::BaseLayoutManager);
|
| lock_container->set_stops_event_propagation(true);
|
| lock_container->set_id(internal::kShellWindowId_LockScreenContainer);
|
| - SetChildWindowVisibilityChangesAnimated(lock_container);
|
| containers->push_back(lock_container);
|
|
|
| aura::Window* lock_modal_container = new aura::Window(NULL);
|
|
|