| Index: services/ui/ws/platform_display_default.cc
|
| diff --git a/services/ui/ws/platform_display_default.cc b/services/ui/ws/platform_display_default.cc
|
| index adb4e083ddd44d7c821c83fae1cbf6e102007ec3..6b2340880882179bce3f48e9c3caf74e71668a5f 100644
|
| --- a/services/ui/ws/platform_display_default.cc
|
| +++ b/services/ui/ws/platform_display_default.cc
|
| @@ -98,7 +98,7 @@ void PlatformDisplayDefault::ReleaseCapture() {
|
| platform_window_->ReleaseCapture();
|
| }
|
|
|
| -void PlatformDisplayDefault::SetCursorById(mojom::Cursor cursor_id) {
|
| +void PlatformDisplayDefault::SetCursorById(mojom::CursorType cursor_id) {
|
| #if !defined(OS_ANDROID)
|
| // TODO(erg): This still isn't sufficient, and will only use native cursors
|
| // that chrome would use, not custom image cursors. For that, we should
|
|
|