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

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

Issue 2916823002: Move Mus into chrome's process when running with --mus.
Patch Set: Removing debug include. Created 3 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/BUILD.gn ('k') | services/ui/ws/platform_display.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display.cc
diff --git a/services/ui/ws/display.cc b/services/ui/ws/display.cc
index 00bf5ad9bbd8cf19e19f77cf0219597b2a220d40..ee44cf37571d8ed8e146471950543e1885a37717 100644
--- a/services/ui/ws/display.cc
+++ b/services/ui/ws/display.cc
@@ -71,7 +71,8 @@ void Display::Init(const display::ViewportMetrics& metrics,
CreateRootWindow(metrics.bounds_in_pixels.size());
- platform_display_ = PlatformDisplay::Create(root_.get(), metrics);
+ platform_display_ = PlatformDisplay::Create(
+ root_.get(), metrics, window_server_->GetThreadedImageCursorsFactory());
platform_display_->Init(this);
}
« no previous file with comments | « services/ui/ws/BUILD.gn ('k') | services/ui/ws/platform_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698