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

Unified Diff: ash/screen_util.h

Issue 1965073002: Rename gfx::Display to display::Display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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
« no previous file with comments | « ash/display/root_window_transformers.h ('k') | ash/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/screen_util.h
diff --git a/ash/screen_util.h b/ash/screen_util.h
index 7cdf1feba2357220d136c2e1bacd9a881ed89ac8..853c12e83763d794ab2ad33f306db628bb9d253b 100644
--- a/ash/screen_util.h
+++ b/ash/screen_util.h
@@ -12,14 +12,13 @@ namespace aura {
class Window;
}
-namespace gfx {
+namespace display {
class Display;
-class Rect;
-class Point;
}
-namespace display {
-using Display = gfx::Display;
+namespace gfx {
+class Rect;
+class Point;
}
namespace ash {
« no previous file with comments | « ash/display/root_window_transformers.h ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698