| Index: include/c/sk_surface.h
|
| diff --git a/include/c/sk_surface.h b/include/c/sk_surface.h
|
| index 96aa32f9746c90449e9ff1918b7bf1580cdb112e..ce7a5689596dc2a1b0690d8d73c27f6c02f07f6c 100644
|
| --- a/include/c/sk_surface.h
|
| +++ b/include/c/sk_surface.h
|
| @@ -17,7 +17,7 @@ SK_C_PLUS_PLUS_BEGIN_GUARD
|
|
|
| sk_surface_t* sk_surface_new_raster(const sk_imageinfo_t*);
|
| sk_surface_t* sk_surface_new_raster_direct(const sk_imageinfo_t*, void* pixels, size_t rowBytes);
|
| -void sk_surface_delete(sk_surface_t*);
|
| +void sk_surface_unref(sk_surface_t*);
|
|
|
| /**
|
| * Return the canvas associated with this surface. Note: the canvas is owned by the surface,
|
|
|