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/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp index d3ca0b5..c033f01 100644 --- a/src/gpu/SkGpuDevice.cpp +++ b/src/gpu/SkGpuDevice.cpp
@@ -23,6 +23,8 @@ #include "SkTLazy.h" #include "SkUtils.h" +SK_DEFINE_INST_COUNT(GrTextContext) + #define CACHE_COMPATIBLE_DEVICE_TEXTURES 1 #if 0