| Index: include/core/SkPostConfig.h
|
| diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h
|
| index de63c671bd76beadf13caa079a8eca7308163563..330454cbead8b6f51e4a4fb308047c5e75f75298 100644
|
| --- a/include/core/SkPostConfig.h
|
| +++ b/include/core/SkPostConfig.h
|
| @@ -128,7 +128,7 @@
|
| #ifndef SK_ENABLE_INST_COUNT
|
| // Only enabled for static builds, because instance counting relies on static
|
| // variables in functions defined in header files.
|
| -# if defined(SK_DEBUG) && !defined(SKIA_DLL)
|
| +# if SK_DEVELOPER && !defined(SKIA_DLL)
|
| # define SK_ENABLE_INST_COUNT 1
|
| # else
|
| # define SK_ENABLE_INST_COUNT 0
|
|
|