diff options
Diffstat (limited to 'include/core/SkPtrRecorder.h')
-rw-r--r-- | include/core/SkPtrRecorder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/SkPtrRecorder.h b/include/core/SkPtrRecorder.h index 2df84b245a..360471fc0c 100644 --- a/include/core/SkPtrRecorder.h +++ b/include/core/SkPtrRecorder.h @@ -21,6 +21,8 @@ */ class SkPtrSet : public SkRefCnt { public: + SK_DECLARE_INST_COUNT(SkPtrSet) + /** * Search for the specified ptr in the set. If it is found, return its * 32bit ID [1..N], or if not found, return 0. Always returns 0 for NULL. |