| Index: services/ui/ws/event_dispatcher.cc
|
| diff --git a/services/ui/ws/event_dispatcher.cc b/services/ui/ws/event_dispatcher.cc
|
| index 7a6ec0a226e5786a41202224ed6430186ac89497..d6536cc9c8c5f50dd0a89caa1f0adcf42e9ded33 100644
|
| --- a/services/ui/ws/event_dispatcher.cc
|
| +++ b/services/ui/ws/event_dispatcher.cc
|
| @@ -103,7 +103,7 @@ void EventDispatcher::SetMousePointerScreenLocation(
|
| delegate_->OnMouseCursorLocationChanged(screen_location);
|
| }
|
|
|
| -bool EventDispatcher::GetCurrentMouseCursor(int32_t* cursor_out) {
|
| +bool EventDispatcher::GetCurrentMouseCursor(ui::mojom::Cursor* cursor_out) {
|
| if (drag_controller_) {
|
| *cursor_out = drag_controller_->current_cursor();
|
| return true;
|
|
|