| Index: src/lazy/SkCachingPixelRef.h
|
| diff --git a/src/lazy/SkCachingPixelRef.h b/src/lazy/SkCachingPixelRef.h
|
| index 905ee9bf0d6b0ce7eb0e9f02e26ee7797dff376f..b73a2ca443ba932ffdbd3fc953e2b6154d716ac4 100644
|
| --- a/src/lazy/SkCachingPixelRef.h
|
| +++ b/src/lazy/SkCachingPixelRef.h
|
| @@ -25,6 +25,7 @@ class SkColorTable;
|
| */
|
| class SkCachingPixelRef : public SkPixelRef {
|
| public:
|
| + SK_DECLARE_INST_COUNT(SkCachingPixelRef)
|
| /**
|
| * Takes ownership of SkImageGenerator. If this method fails for
|
| * whatever reason, it will return false and immediatetely delete
|
|
|