| Index: services/ui/ws/platform_display.h | 
| diff --git a/services/ui/ws/platform_display.h b/services/ui/ws/platform_display.h | 
| index fb567d733458e13f6c87e8c7b7ece173f0c65f42..1a7659baa742097ae42c54ed96c610d38cc8b3b5 100644 | 
| --- a/services/ui/ws/platform_display.h | 
| +++ b/services/ui/ws/platform_display.h | 
| @@ -27,6 +27,7 @@ class FrameGenerator; | 
| class PlatformDisplayDelegate; | 
| class PlatformDisplayFactory; | 
| class ServerWindow; | 
| +class ThreadedImageCursorsFactory; | 
|  | 
| // PlatformDisplay is used to connect the root ServerWindow to a display. | 
| class PlatformDisplay : public ui::EventSource { | 
| @@ -35,7 +36,8 @@ class PlatformDisplay : public ui::EventSource { | 
|  | 
| static std::unique_ptr<PlatformDisplay> Create( | 
| ServerWindow* root_window, | 
| -      const display::ViewportMetrics& metrics); | 
| +      const display::ViewportMetrics& metrics, | 
| +      ThreadedImageCursorsFactory* threaded_image_cursors_factory); | 
|  | 
| virtual void Init(PlatformDisplayDelegate* delegate) = 0; | 
|  | 
|  |