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

Unified Diff: services/ui/ws/window_tree.cc

Issue 2161993002: Start using display.mojom.Display in mus+ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@display_traits
Patch Set: Fixes. Created 4 years, 5 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 | « services/ui/ws/window_server_delegate.h ('k') | services/ui/ws/window_tree_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_tree.cc
diff --git a/services/ui/ws/window_tree.cc b/services/ui/ws/window_tree.cc
index 56cbea50cd4c94df473bf8443045b5194a1560bf..dbe8d2f27befdbbdeda7739ae9b18ffd10d5a22b 100644
--- a/services/ui/ws/window_tree.cc
+++ b/services/ui/ws/window_tree.cc
@@ -181,7 +181,7 @@ void WindowTree::AddRootForWindowManager(const ServerWindow* root) {
Display* display = GetDisplay(root);
DCHECK(display);
- window_manager_internal_->WmNewDisplayAdded(display->ToMojomDisplay(),
+ window_manager_internal_->WmNewDisplayAdded(display->ToDisplay(),
WindowToWindowData(root),
root->parent()->IsDrawn());
}
« no previous file with comments | « services/ui/ws/window_server_delegate.h ('k') | services/ui/ws/window_tree_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698