From 0e82c6729f7c3c822881cb241473a5498debf977 Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Tue, 25 Sep 2012 00:39:51 +0000 Subject: "fix" chrome build git-svn-id: http://skia.googlecode.com/svn/trunk@5655 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkInstCnt.h | 6 +++--- 1 file 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 -- cgit v1.2.3