commit | a22e2117e44efa4298dd0eb6df304a8166c8e9c3 | [log] [tgz] |
---|---|---|
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Aug 16 14:58:06 2012 +0000 |
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Aug 16 14:58:06 2012 +0000 |
tree | 727738c19786a7c5caf1e09ccfe431b652d8b302 | |
parent | 1f47f4f7325971dd53991e2bb02da94fa7c6d962 [diff] [blame] |
Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) http://codereview.appspot.com/6453127/ git-svn-id: http://skia.googlecode.com/svn/trunk@5123 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/utils/SkBoundaryPatch.cpp b/src/utils/SkBoundaryPatch.cpp index 37f59b4..c305c8b 100644 --- a/src/utils/SkBoundaryPatch.cpp +++ b/src/utils/SkBoundaryPatch.cpp
@@ -7,6 +7,8 @@ */ #include "SkBoundaryPatch.h" +SK_DEFINE_INST_COUNT(SkBoundary) + SkBoundaryPatch::SkBoundaryPatch() : fBoundary(NULL) {} SkBoundaryPatch::~SkBoundaryPatch() {