Index: include/core/SkRefCnt.h |
diff --git a/include/core/SkRefCnt.h b/include/core/SkRefCnt.h |
index 5d394f0c2af2001bb2d48ff3c90b69df6be06a19..cf3e385b25946f540b6ee6e31de5ca80110f48e9 100644 |
--- a/include/core/SkRefCnt.h |
+++ b/include/core/SkRefCnt.h |
@@ -27,7 +27,7 @@ |
*/ |
class SK_API SkRefCntBase : SkNoncopyable { |
public: |
- SK_DECLARE_INST_COUNT_ROOT(SkRefCntBase) |
+ SK_DECLARE_INST_COUNT(SkRefCntBase) |
/** Default construct, initializing the reference count to 1. |
*/ |