aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/c/sk_surface.h
diff options
context:
space:
mode:
authorGravatar reed <reed@chromium.org>2014-11-24 19:11:48 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-24 19:11:48 -0800
commitafa278e250034186497722b1bc49ced885770249 (patch)
tree5ec792754f789938c07fcf57e5691da199f14831 /include/c/sk_surface.h
parent0674fc7cafb6c416db2e339d5240a0f53a718f24 (diff)
more c
BUG=skia: TBR= Review URL: https://codereview.chromium.org/736133006
Diffstat (limited to 'include/c/sk_surface.h')
-rw-r--r--include/c/sk_surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/c/sk_surface.h b/include/c/sk_surface.h
index 96aa32f974..ce7a568959 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,