| 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.
|
|
|