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

Unified Diff: mash/wm/root_window_controller.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/root_window_controller.h ('k') | media/capture/video/linux/video_capture_device_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/root_window_controller.cc
diff --git a/mash/wm/root_window_controller.cc b/mash/wm/root_window_controller.cc
index aa3b661a79f0830a3d00aca101f554083492254c..c0ec5b7135d845482a90642e138d0ed17e63f722 100644
--- a/mash/wm/root_window_controller.cc
+++ b/mash/wm/root_window_controller.cc
@@ -47,7 +47,7 @@ RootWindowController* RootWindowController::CreateFromDisplay(
mus::mojom::DisplayPtr display,
mojo::InterfaceRequest<mus::mojom::WindowTreeClient> client_request) {
RootWindowController* controller = new RootWindowController(app);
- controller->display_ = display.To<gfx::Display>();
+ controller->display_ = display.To<display::Display>();
mus::WindowTreeConnection::CreateForWindowManager(
controller, std::move(client_request),
mus::WindowTreeConnection::CreateType::DONT_WAIT_FOR_EMBED,
« no previous file with comments | « mash/wm/root_window_controller.h ('k') | media/capture/video/linux/video_capture_device_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698