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

Unified Diff: ash/mus/sysui_application.cc

Issue 1924703002: Rename gfx::Display/Screen to display::Display/Screen in ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/magnifier/partial_magnification_controller.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/sysui_application.cc
diff --git a/ash/mus/sysui_application.cc b/ash/mus/sysui_application.cc
index 7ab4a3c6fc5af9eed4ea224494d2cf50ac0eda5e..985cf0b5b509fe68caa57cf2fac4fb452c4b2297 100644
--- a/ash/mus/sysui_application.cc
+++ b/ash/mus/sysui_application.cc
@@ -199,14 +199,14 @@ class AshInit {
aura_init_.reset(new views::AuraInit(connector, "views_mus_resources.pak"));
views::WindowManagerConnection::Create(connector, identity);
- gfx::Screen* screen = gfx::Screen::GetScreen();
+ display::Screen* screen = display::Screen::GetScreen();
DCHECK(screen);
gfx::Size size = screen->GetPrimaryDisplay().bounds().size();
// Uninstall the ScreenMus installed by WindowManagerConnection, so that ash
// installs and uses the ScreenAsh. This can be removed once ash learns to
// talk to mus for managing displays.
- gfx::Screen::SetScreenInstance(nullptr);
+ display::Screen::SetScreenInstance(nullptr);
// Install some hook so that the WindowTreeHostMus created for widgets can
// be hooked up correctly.
« no previous file with comments | « ash/magnifier/partial_magnification_controller.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698