Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 5 Jun 2012 19:35:09 +0000 (19:35 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 5 Jun 2012 19:35:09 +0000 (19:35 +0000)
commit977b9c8af3ef1b9a2fa2a0037cf3734cf2ba13d9
treeecdeb79bec4abd85562a1b15c4cb6429b05737b3
parentb52cf3dd95b3d3e7445ac9b82560317c296daa42
Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)

http://codereview.appspot.com/6242070/

git-svn-id: http://skia.googlecode.com/svn/trunk@4170 2bbb7eff-a529-9590-31e7-b0007b416f81
gm/gmmain.cpp
gyp/core.gyp
include/core/SkInstCnt.h [new file with mode: 0644]
include/core/SkRefCnt.h
include/gpu/GrResource.h
src/core/SkRefCnt.cpp [new file with mode: 0644]
src/gpu/GrResource.cpp
tests/CanvasTest.cpp