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

Unified Diff: ash/root_window_controller.cc

Issue 10827284: Fix white flash when user sings out and wallpaper animation regression (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits and less confusing class comments Created 8 years, 4 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 | « ash/desktop_background/desktop_background_widget_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.cc
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
index cfc82acacb128cd2217cd95e60e1480af7368765..15fba6b576d0d02381e576ad0bd48c6d49d53f1a 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -287,6 +287,8 @@ void RootWindowController::CloseChildWindows() {
// Close background widget first as it depends on tooltip.
root_window_->SetProperty(kWindowDesktopComponent,
static_cast<DesktopBackgroundWidgetController*>(NULL));
+ root_window_->SetProperty(kComponentWrapper,
+ static_cast<ComponentWrapper*>(NULL));
workspace_controller_.reset();
aura::client::SetTooltipClient(root_window_.get(), NULL);
« no previous file with comments | « ash/desktop_background/desktop_background_widget_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698