| Index: services/ui/ws/platform_display.h
|
| diff --git a/services/ui/ws/platform_display.h b/services/ui/ws/platform_display.h
|
| index 2209d4503956581b241ed5420caabade84d338c3..4a5fc8ffb80347d5b569a596cb47242047282fa8 100644
|
| --- a/services/ui/ws/platform_display.h
|
| +++ b/services/ui/ws/platform_display.h
|
| @@ -42,6 +42,7 @@ struct TextInputState;
|
| namespace ui {
|
|
|
| class FrameGenerator;
|
| +class ImageCursors;
|
|
|
| namespace ws {
|
|
|
| @@ -164,7 +165,7 @@ class DefaultPlatformDisplay : public PlatformDisplay,
|
| display::PlatformScreen* platform_screen_;
|
|
|
| #if !defined(OS_ANDROID)
|
| - std::unique_ptr<ui::CursorLoader> cursor_loader_;
|
| + std::unique_ptr<ui::ImageCursors> image_cursors_;
|
| #endif
|
|
|
| PlatformDisplayDelegate* delegate_ = nullptr;
|
|
|