Chromium Code Reviews| 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. |