Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1892)

Unified Diff: ash/shell.cc

Issue 9264059: Enable hide animation for login screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/base_login_display_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/base_login_display_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698