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

Unified Diff: ash/display/mirror_window_controller.h

Issue 1924703002: Rename gfx::Display/Screen to display::Display/Screen in ash (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 | « ash/display/extended_mouse_warp_controller_unittest.cc ('k') | ash/display/mirror_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/mirror_window_controller.h
diff --git a/ash/display/mirror_window_controller.h b/ash/display/mirror_window_controller.h
index 34f8fa21ba9c4e57cf057e225919cf1988191385..2523eb0db5430b6f671d726402e5c1291347a9c9 100644
--- a/ash/display/mirror_window_controller.h
+++ b/ash/display/mirror_window_controller.h
@@ -32,6 +32,10 @@ namespace gfx {
class Display;
}
+namespace display {
+using Display = gfx::Display;
+}
+
namespace ui {
class Reflector;
}
@@ -71,8 +75,8 @@ class ASH_EXPORT MirrorWindowController : public aura::WindowTreeHostObserver {
// display is not mirrored by the compositor path.
aura::Window* GetWindow();
- // Returns the gfx::Display for the mirroring root window.
- gfx::Display GetDisplayForRootWindow(const aura::Window* root) const;
+ // Returns the display::Display for the mirroring root window.
+ display::Display GetDisplayForRootWindow(const aura::Window* root) const;
// Returns the AshWindwoTreeHost created for |display_id|.
AshWindowTreeHost* GetAshWindowTreeHostForDisplayId(int64_t display_id);
« no previous file with comments | « ash/display/extended_mouse_warp_controller_unittest.cc ('k') | ash/display/mirror_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698