| Index: include/core/SkRefCnt.h
|
| diff --git a/include/core/SkRefCnt.h b/include/core/SkRefCnt.h
|
| index 1632361519110915971d1b7fc12c02217887e7cb..995bdfb2fda6387023f2489b1a80b7e6842fe28b 100644
|
| --- a/include/core/SkRefCnt.h
|
| +++ b/include/core/SkRefCnt.h
|
| @@ -11,7 +11,6 @@
|
| #define SkRefCnt_DEFINED
|
|
|
| #include "SkAtomics.h"
|
| -#include "SkInstCnt.h"
|
| #include "SkTemplates.h"
|
|
|
| /** \class SkRefCntBase
|
| @@ -26,8 +25,6 @@
|
| */
|
| class SK_API SkRefCntBase : SkNoncopyable {
|
| public:
|
| - SK_DECLARE_INST_COUNT(SkRefCntBase)
|
| -
|
| /** Default construct, initializing the reference count to 1.
|
| */
|
| SkRefCntBase() : fRefCnt(1) {}
|
|
|