| Index: ui/views/widget/desktop_aura/desktop_screen.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_screen.h b/ui/views/widget/desktop_aura/desktop_screen.h
|
| index 2db961d2d9542284b38a1068ad44e56f83a8b6b2..0b8415168b373d92e8e2db924cbb0c0ec30474e9 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_screen.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_screen.h
|
| @@ -11,11 +11,15 @@ namespace gfx {
|
| class Screen;
|
| }
|
|
|
| +namespace display {
|
| +using Screen = gfx::Screen;
|
| +}
|
| +
|
| namespace views {
|
|
|
| // Creates a Screen that represents the screen of the environment that hosts
|
| // a WindowTreeHost. Caller owns the result.
|
| -VIEWS_EXPORT gfx::Screen* CreateDesktopScreen();
|
| +VIEWS_EXPORT display::Screen* CreateDesktopScreen();
|
|
|
| } // namespace views
|
|
|
|
|