diff options
Diffstat (limited to 'include/core/SkPicture.h')
-rw-r--r-- | include/core/SkPicture.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h index 21a4fcc492..51ed0d71ac 100644 --- a/include/core/SkPicture.h +++ b/include/core/SkPicture.h @@ -26,6 +26,8 @@ class SkWStream; */ class SK_API SkPicture : public SkRefCnt { public: + SK_DECLARE_INST_COUNT(SkPicture) + /** The constructor prepares the picture to record. @param width the width of the virtual device the picture records. @param height the height of the virtual device the picture records. @@ -130,6 +132,8 @@ private: friend class SkFlatPicture; friend class SkPicturePlayback; + + typedef SkRefCnt INHERITED; }; class SkAutoPictureRecord : SkNoncopyable { |