From: robertphillips@google.com Date: Tue, 25 Sep 2012 00:39:51 +0000 (+0000) Subject: "fix" chrome build X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~14760 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e82c6729f7c3c822881cb241473a5498debf977;p=platform%2Fupstream%2FlibSkiaSharp.git "fix" chrome build git-svn-id: http://skia.googlecode.com/svn/trunk@5655 2bbb7eff-a529-9590-31e7-b0007b416f81 --- diff --git a/include/core/SkInstCnt.h b/include/core/SkInstCnt.h index 6866be9..02b63db 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