| Index: services/ui/ws/platform_display_default.h
|
| diff --git a/services/ui/ws/platform_display_default.h b/services/ui/ws/platform_display_default.h
|
| index 3c7d59021513bc05f6a6035f0824f438685a30f8..5ca1ba6e2bac83d9232f68c4ba545ef277ceab9d 100644
|
| --- a/services/ui/ws/platform_display_default.h
|
| +++ b/services/ui/ws/platform_display_default.h
|
| @@ -44,7 +44,7 @@ class PlatformDisplayDefault : public PlatformDisplay,
|
| void SetTitle(const base::string16& title) override;
|
| void SetCapture() override;
|
| void ReleaseCapture() override;
|
| - void SetCursorById(mojom::CursorType cursor) override;
|
| + void SetCursor(const ui::CursorData& cursor) override;
|
| void UpdateTextInputState(const ui::TextInputState& state) override;
|
| void SetImeVisibility(bool visible) override;
|
| void UpdateViewportMetrics(const display::ViewportMetrics& metrics) override;
|
|
|