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

Unified Diff: ash/display/screen_ash.cc

Issue 2314853003: Move ash::DisplayManager switches to ui::display (Closed)
Patch Set: rebased again Created 4 years, 3 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/display/mirror_window_controller_unittest.cc ('k') | ash/display/window_tree_host_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/screen_ash.cc
diff --git a/ash/display/screen_ash.cc b/ash/display/screen_ash.cc
index 3dbde43e10c9d7294e792b10e5cb06717f400841..e91811af93d00301a090a705eca6a3b074d26378 100644
--- a/ash/display/screen_ash.cc
+++ b/ash/display/screen_ash.cc
@@ -190,7 +190,6 @@ DisplayManager* ScreenAsh::CreateDisplayManager() {
// static
void ScreenAsh::CreateScreenForShutdown() {
delete screen_for_shutdown;
- // fix this up...
screen_for_shutdown = new ScreenForShutdown(display::Screen::GetScreen());
display::Screen::SetScreenInstance(screen_for_shutdown);
}
« no previous file with comments | « ash/display/mirror_window_controller_unittest.cc ('k') | ash/display/window_tree_host_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698