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