| 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 474369b1c1bc32e6ef1f4c2d1dae6123a0426229..86e43ab23e1ed4391699d7358091814fa7f8a3a0 100644
|
| --- a/services/ui/ws/platform_display_default.h
|
| +++ b/services/ui/ws/platform_display_default.h
|
| @@ -42,7 +42,7 @@ class PlatformDisplayDefault : public PlatformDisplay,
|
| void SetTitle(const base::string16& title) override;
|
| void SetCapture() override;
|
| void ReleaseCapture() override;
|
| - void SetCursorById(mojom::Cursor cursor) override;
|
| + void SetCursorById(mojom::CursorType cursor) override;
|
| void UpdateTextInputState(const ui::TextInputState& state) override;
|
| void SetImeVisibility(bool visible) override;
|
| void UpdateViewportMetrics(const display::ViewportMetrics& metrics) override;
|
|
|