| Index: services/ui/ws/test_utils.h | 
| diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h | 
| index 633fefbf04e1255c273e264974a097275dae7f2f..84e6c6074676010daa4afc73074c156060fff213 100644 | 
| --- a/services/ui/ws/test_utils.h | 
| +++ b/services/ui/ws/test_utils.h | 
| @@ -607,6 +607,7 @@ class TestWindowServerDelegate : public WindowServerDelegate { | 
| bool IsTestConfig() const override; | 
| void OnWillCreateTreeForWindowManager( | 
| bool automatically_create_display_roots) override; | 
| +  ThreadedImageCursorsFactory* GetThreadedImageCursorsFactory() override; | 
|  | 
| private: | 
| WindowServer* window_server_ = nullptr; | 
| @@ -614,6 +615,7 @@ class TestWindowServerDelegate : public WindowServerDelegate { | 
| // All TestWindowTreeBinding objects created via CreateWindowTreeBinding. | 
| // These are owned by the corresponding WindowTree. | 
| std::vector<TestWindowTreeBinding*> bindings_; | 
| +  std::unique_ptr<ThreadedImageCursorsFactory> threaded_image_cursors_factory_; | 
|  | 
| DISALLOW_COPY_AND_ASSIGN(TestWindowServerDelegate); | 
| }; | 
|  |