aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPixelRef.h
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@google.com>2015-01-30 07:34:48 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-30 07:34:48 -0800
commit1872ad0fe97d8e90446ee619b273de87e9b8c1fa (patch)
treeb70f6d25cb461c2bdc017919144f5dd4f4e3bfa0 /include/core/SkPixelRef.h
parentfc37ad168090637973bf21452aa2685cfcbb273c (diff)
Remove unused globalRef/globalUnref.
Diffstat (limited to 'include/core/SkPixelRef.h')
-rw-r--r--include/core/SkPixelRef.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h
index 109d3c911e..567e7fbf94 100644
--- a/include/core/SkPixelRef.h
+++ b/include/core/SkPixelRef.h
@@ -264,22 +264,6 @@ public:
return NULL;
}
-#ifdef SK_BUILD_FOR_ANDROID
- /**
- * Acquire a "global" ref on this object.
- * The default implementation just calls ref(), but subclasses can override
- * this method to implement additional behavior.
- */
- virtual void globalRef(void* data=NULL);
-
- /**
- * Release a "global" ref on this object.
- * The default implementation just calls unref(), but subclasses can override
- * this method to implement additional behavior.
- */
- virtual void globalUnref();
-#endif
-
// Register a listener that may be called the next time our generation ID changes.
//
// We'll only call the listener if we're confident that we are the only SkPixelRef with this