| Index: include/core/SkPixelRef.h
|
| diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h
|
| index c02664df7d51f81f20a50b4c62ae01032230f819..4d84665a98c0997374d32231a2503fff72532fae 100644
|
| --- a/include/core/SkPixelRef.h
|
| +++ b/include/core/SkPixelRef.h
|
| @@ -49,8 +49,6 @@ class GrTexture;
|
| */
|
| class SK_API SkPixelRef : public SkRefCnt {
|
| public:
|
| - SK_DECLARE_INST_COUNT(SkPixelRef)
|
| -
|
| explicit SkPixelRef(const SkImageInfo&);
|
| SkPixelRef(const SkImageInfo&, SkBaseMutex* mutex);
|
| virtual ~SkPixelRef();
|
|
|