| commit | fa35e3ddcc9d130ce87c927218bdf27879c38711 | [log] [tgz] |
|---|---|---|
| author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jun 26 20:16:17 2012 +0000 |
| committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jun 26 20:16:17 2012 +0000 |
| tree | 5b15d2c18285d887e2b65fd824bb4afbeb758f71 | |
| parent | a23d04820955e2c459956a6610063545d3e8f1aa [diff] [blame] |
plumb SkInstCnt to all subclasses of GrRefCnt git-svn-id: http://skia.googlecode.com/svn/trunk@4353 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp index 39ea5bf..64dc815 100644 --- a/src/gpu/GrDrawTarget.cpp +++ b/src/gpu/GrDrawTarget.cpp
@@ -15,6 +15,8 @@ #include "GrTexture.h" #include "GrVertexBuffer.h" +SK_DEFINE_INST_COUNT(GrDrawTarget) + namespace { /**