| 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);
|
| }
|
|
|
|
|