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

Unified Diff: ui/views/widget/desktop_aura/desktop_screen.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_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

Powered by Google App Engine
This is Rietveld 408576698