"fix" chrome build
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 25 Sep 2012 00:39:51 +0000 (00:39 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 25 Sep 2012 00:39:51 +0000 (00:39 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@5655 2bbb7eff-a529-9590-31e7-b0007b416f81

include/core/SkInstCnt.h

index 6866be9..02b63db 100644 (file)
@@ -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>