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

Unified Diff: ui/views/widget/desktop_aura/desktop_factory_ozone.h

Issue 1915363002: Rename gfx::Display/Screen to display::Display/Screen in views/wm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more cleanups 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
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

Powered by Google App Engine
This is Rietveld 408576698