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

Unified Diff: ash/root_window_controller.cc

Issue 294073006: Remove dispatcher when shutting down RootWindowController (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/host/ash_window_tree_host_x11.cc ('k') | ash/root_window_settings.h » ('j') | 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 2c0bb5f3d397393e733c2fe32000cbc11716b47f..5a798d7d85c01ff97130c3d73c5457c7b4919147 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -423,7 +423,7 @@ void RootWindowController::Shutdown() {
// ends up with invalid display.
GetRootWindowSettings(root_window)->display_id =
gfx::Display::kInvalidDisplayID;
- GetRootWindowSettings(root_window)->shutdown = true;
+ ash_host_->PrepareForShutdown();
system_background_.reset();
aura::client::SetScreenPositionClient(root_window, NULL);
« no previous file with comments | « ash/host/ash_window_tree_host_x11.cc ('k') | ash/root_window_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698