From 543c793213096e01f205f5f3d43d03cff6101f43 Mon Sep 17 00:00:00 2001 From: Patrick Dubroy Date: Wed, 15 Dec 2010 15:08:06 -0800 Subject: Add optional data argument to SkPixelRef::globalRef() --- include/core/SkPixelRef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h index fceef4d..f1dab36 100644 --- a/include/core/SkPixelRef.h +++ b/include/core/SkPixelRef.h @@ -116,7 +116,7 @@ public: * The default implementation just calls ref(), but subclasses can override * this method to implement additional behavior. */ - virtual void globalRef(); + virtual void globalRef(void* data=NULL); /** Release a "global" ref on this object. * The default implementation just calls unref(), but subclasses can override -- cgit v1.1