Index: include/gpu/SkGrPixelRef.h |
diff --git a/include/gpu/SkGrPixelRef.h b/include/gpu/SkGrPixelRef.h |
index 97780f91ef0c6f0547189138eef4c8e6188de78d..c06154db10d1f9ab43d844bf5f4cbb5bfb35a52f 100644 |
--- a/include/gpu/SkGrPixelRef.h |
+++ b/include/gpu/SkGrPixelRef.h |
@@ -20,7 +20,6 @@ |
*/ |
class SK_API SkROLockPixelsPixelRef : public SkPixelRef { |
public: |
- SK_DECLARE_INST_COUNT(SkROLockPixelsPixelRef) |
SkROLockPixelsPixelRef(const SkImageInfo&); |
virtual ~SkROLockPixelsPixelRef(); |
@@ -39,7 +38,6 @@ private: |
*/ |
class SK_API SkGrPixelRef : public SkROLockPixelsPixelRef { |
public: |
- SK_DECLARE_INST_COUNT(SkGrPixelRef) |
/** |
* Constructs a pixel ref around a GrSurface. |
*/ |