Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 16 Aug 2012 14:58:06 +0000 (14:58 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 16 Aug 2012 14:58:06 +0000 (14:58 +0000)
commita22e2117e44efa4298dd0eb6df304a8166c8e9c3
tree727738c19786a7c5caf1e09ccfe431b652d8b302
parent1f47f4f7325971dd53991e2bb02da94fa7c6d962
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
30 files changed:
include/core/SkImage.h
include/core/SkInstCnt.h
include/core/SkSurface.h
include/utils/SkBoundaryPatch.h
include/utils/SkLayer.h
include/views/SkEventSink.h
include/views/SkView.h
include/views/animated/SkWidgetViews.h
samplecode/SampleApp.cpp
samplecode/SampleApp.h
src/core/SkBitmapHeap.cpp
src/core/SkBitmapHeap.h
src/core/SkMaskGamma.h
src/core/SkPictureFlat.cpp
src/core/SkPictureFlat.h
src/core/SkPtrRecorder.cpp
src/core/SkPtrRecorder.h
src/core/SkScalerContext.cpp
src/image/SkImage.cpp
src/image/SkSurface.cpp
src/utils/SkBoundaryPatch.cpp
src/utils/SkLayer.cpp
src/views/SkEventSink.cpp
src/views/SkView.cpp
src/views/animated/SkWidgetViews.cpp
tests/AAClipTest.cpp
tests/RefDictTest.cpp
tests/Test.cpp
tests/Test.h
tests/UtilsTest.cpp