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

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

Issue 2916823002: Move Mus into chrome's process when running with --mus.
Patch Set: Addressing most feedback, making this work on device. Created 3 years, 6 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
Index: services/ui/ws/display.cc
diff --git a/services/ui/ws/display.cc b/services/ui/ws/display.cc
index a355f1905393a6a2d77b9fac748c62e416e5b361..7a1c94a00d15a66953c572bd7f7d99374533c535 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_->resource_runner());
platform_display_->Init(this);
}

Powered by Google App Engine
This is Rietveld 408576698