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

Unified Diff: ui/display/manager/display_layout.h

Issue 1913613002: Add place holder to move gfx::Display/Screen to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/display/manager/display_layout.h
diff --git a/ui/display/manager/display_layout.h b/ui/display/manager/display_layout.h
index 9edbf05b8b3be7798ad342e10332fcfc0a6706da..7a223f89a362866c4af21ae7f7b4f7b07b3ecfd0 100644
--- a/ui/display/manager/display_layout.h
+++ b/ui/display/manager/display_layout.h
@@ -25,6 +25,10 @@ class Display;
}
namespace display {
+using Display = gfx::Display;
+}
robliao 2016/04/23 01:15:36 Nit: This can combine with the namespace below.
oshima 2016/04/23 01:30:44 Done.
+
+namespace display {
// An identifier used to manage display layout in DisplayManager /
// DisplayLayoutStore.

Powered by Google App Engine
This is Rietveld 408576698