| Index: ui/views/widget/desktop_aura/desktop_factory_ozone.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_factory_ozone.h b/ui/views/widget/desktop_aura/desktop_factory_ozone.h
|
| index 2af191b445f3c67f9eef22000931cd454e6f0aa6..3283156e32207154d900edab42d9ca9e6fc441b2 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_factory_ozone.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_factory_ozone.h
|
| @@ -12,6 +12,10 @@ class Rect;
|
| class Screen;
|
| }
|
|
|
| +namespace display {
|
| +using Screen = gfx::Screen;
|
| +}
|
| +
|
| namespace views {
|
| class DesktopNativeWidgetAura;
|
| class DesktopWindowTreeHost;
|
| @@ -39,7 +43,7 @@ class VIEWS_EXPORT DesktopFactoryOzone {
|
|
|
| // Delegates implementation of DesktopScreen externally to
|
| // Ozone implementation.
|
| - virtual gfx::Screen* CreateDesktopScreen() = 0;
|
| + virtual display::Screen* CreateDesktopScreen() = 0;
|
|
|
| private:
|
| static DesktopFactoryOzone* impl_; // not owned
|
|
|