| Index: chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.cc
|
| diff --git a/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.cc b/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.cc
|
| index 6a8c8e5bf2ab3eda23e410e625295d621accee38..c728eed31a98927ac5f300e1489f1177cc78c1d0 100644
|
| --- a/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.cc
|
| @@ -143,7 +143,7 @@ bool UserSwitchAnimatorChromeOS::CoversScreen(aura::Window* window) {
|
| return true;
|
| gfx::Rect bounds = window->GetBoundsInRootWindow();
|
| gfx::Rect work_area =
|
| - gfx::Screen::GetScreen()->GetDisplayNearestWindow(window).work_area();
|
| + display::Screen::GetScreen()->GetDisplayNearestWindow(window).work_area();
|
| bounds.Intersect(work_area);
|
| return work_area == bounds;
|
| }
|
|
|