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

Unified Diff: ui/display/display_observer.h

Issue 1914083002: Add display::Display forward decl in display_observer.h (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/display_observer.h
diff --git a/ui/display/display_observer.h b/ui/display/display_observer.h
index 0256cd903fc915624c89248eabd487a05420c67c..9d839ce08cfc226e100fa962d5199264969814f9 100644
--- a/ui/display/display_observer.h
+++ b/ui/display/display_observer.h
@@ -8,6 +8,7 @@
#include "ui/gfx/display_observer.h"
namespace display {
+using Display = gfx::Display;
// TODO(oshima): move the gfx::DisplayObserver to display::DisplayObserver.
using DisplayObserver = gfx::DisplayObserver;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698