diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-01-15 20:37:04 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-01-15 20:37:04 +0000 |
commit | 4e23068b374023d43c4c725138d523721d975892 (patch) | |
tree | 21ed906fac0e47f766a7a36f55c2a4c9d95ed6b3 /src/core | |
parent | 9222838fe650a221a9b5e9400f33f46c9ae43eda (diff) |
Re-enable inst counting in debug builds.
R=robertphillips@google.com
Review URL: https://codereview.appspot.com/7098066
git-svn-id: http://skia.googlecode.com/svn/trunk@7206 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/SkInstCnt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkInstCnt.cpp b/src/core/SkInstCnt.cpp index d22639ee50..2f9a57dc2b 100644 --- a/src/core/SkInstCnt.cpp +++ b/src/core/SkInstCnt.cpp @@ -7,6 +7,6 @@ #include "SkInstCnt.h" -#ifdef SK_ENABLE_INST_COUNT +#if SK_ENABLE_INST_COUNT bool gPrintInstCount = false; #endif |