| Index: services/ui/public/interfaces/window_manager.mojom
|
| diff --git a/services/ui/public/interfaces/window_manager.mojom b/services/ui/public/interfaces/window_manager.mojom
|
| index 3a6c5e77b04aef02a112c09b4c9cd390bfb79da5..2ace0b7caac938efd78c8f26f044ad6b6b9e0948 100644
|
| --- a/services/ui/public/interfaces/window_manager.mojom
|
| +++ b/services/ui/public/interfaces/window_manager.mojom
|
| @@ -278,7 +278,7 @@ interface WindowManagerClient {
|
| WmSetFrameDecorationValues(FrameDecorationValues values);
|
|
|
| // Sets the cursor that the non-client areas of the window should use.
|
| - WmSetNonClientCursor(uint32 window_id, Cursor cursor_id);
|
| + WmSetNonClientCursor(uint32 window_id, CursorType cursor_id);
|
|
|
| // Response from WmCreateTopLevelWindow() informing the client of the id for
|
| // the new window.
|
|
|