diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-25 00:39:51 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-25 00:39:51 +0000 |
commit | 0e82c6729f7c3c822881cb241473a5498debf977 (patch) | |
tree | dd149aed6258ff8fcc8dccdd59b62106ca975ef4 /include | |
parent | 129dee80146129fa600eaf9f631f4897c79db4a1 (diff) |
"fix" chrome build
git-svn-id: http://skia.googlecode.com/svn/trunk@5655 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkInstCnt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/core/SkInstCnt.h b/include/core/SkInstCnt.h index 6866be994d..02b63dba99 100644 --- a/include/core/SkInstCnt.h +++ b/include/core/SkInstCnt.h @@ -18,9 +18,9 @@ * At the end of an application a call to all the "root" objects' * CheckInstanceCount methods should be made */ -#if defined SK_DEBUG && !defined SK_ENABLE_INST_COUNT -#define SK_ENABLE_INST_COUNT -#endif +//#if defined SK_DEBUG && !defined SK_ENABLE_INST_COUNT +//#define SK_ENABLE_INST_COUNT +//#endif #ifdef SK_ENABLE_INST_COUNT #include <stdlib.h> |