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

Unified Diff: mash/wm/bridge/wm_root_window_controller_mus.cc

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 | « mash/wm/bridge/wm_root_window_controller_mus.h ('k') | mash/wm/bridge/wm_window_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/bridge/wm_root_window_controller_mus.cc
diff --git a/mash/wm/bridge/wm_root_window_controller_mus.cc b/mash/wm/bridge/wm_root_window_controller_mus.cc
index 9b2e00aa83da30dee8618a1c3e23ae9f8a8bf465..0f9547dc234c923a05615e3e8f285982240aa5f6 100644
--- a/mash/wm/bridge/wm_root_window_controller_mus.cc
+++ b/mash/wm/bridge/wm_root_window_controller_mus.cc
@@ -11,7 +11,7 @@
#include "mash/wm/bridge/wm_globals_mus.h"
#include "mash/wm/bridge/wm_window_mus.h"
#include "mash/wm/root_window_controller.h"
-#include "ui/gfx/display.h"
+#include "ui/display/display.h"
#include "ui/views/mus/native_widget_mus.h"
#include "ui/views/widget/widget.h"
@@ -64,7 +64,7 @@ gfx::Point WmRootWindowControllerMus::ConvertPointFromScreen(
return target->GetRootWindow()->ConvertPointToTarget(target, result);
}
-const gfx::Display& WmRootWindowControllerMus::GetDisplay() const {
+const display::Display& WmRootWindowControllerMus::GetDisplay() const {
return root_window_controller_->display();
}
« no previous file with comments | « mash/wm/bridge/wm_root_window_controller_mus.h ('k') | mash/wm/bridge/wm_window_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698