| Index: services/ui/ws/event_dispatcher.h
|
| diff --git a/services/ui/ws/event_dispatcher.h b/services/ui/ws/event_dispatcher.h
|
| index 5d9c786a794cd5de1b05f8f409ecb433fab9f9fe..8b084d7994f697a555d078ac1023b4dc5336f825 100644
|
| --- a/services/ui/ws/event_dispatcher.h
|
| +++ b/services/ui/ws/event_dispatcher.h
|
| @@ -66,7 +66,7 @@ class EventDispatcher : public ServerWindowObserver, public DragCursorUpdater {
|
|
|
| // Returns the cursor for the current target, or POINTER if the mouse is not
|
| // over a valid target.
|
| - ui::mojom::CursorType GetCurrentMouseCursor() const;
|
| + ui::CursorData GetCurrentMouseCursor() const;
|
|
|
| // |capture_window_| will receive all input. See window_tree.mojom for
|
| // details.
|
|
|