Index: include/gpu/GrConfig.h |
diff --git a/include/gpu/GrConfig.h b/include/gpu/GrConfig.h |
index 8e0efbd4725aeac0402a4273b972ff0945e8e309..acdff3af2bcfecb2386c911e3e4221e80f40e6a1 100644 |
--- a/include/gpu/GrConfig.h |
+++ b/include/gpu/GrConfig.h |
@@ -33,7 +33,7 @@ |
*/ |
#if !defined(GR_CACHE_STATS) |
- #if defined(SK_DEVELOPER) || defined(SK_DEBUG) || defined(SK_DUMP_STATS) |
+ #if defined(SK_DEBUG) || defined(SK_DUMP_STATS) |
#define GR_CACHE_STATS 1 |
#else |
#define GR_CACHE_STATS 0 |
@@ -41,7 +41,7 @@ |
#endif |
#if !defined(GR_GPU_STATS) |
- #if defined(SK_DEVELOPER) || defined(SK_DEBUG) || defined(SK_DUMP_STATS) |
+ #if defined(SK_DEBUG) || defined(SK_DUMP_STATS) |
#define GR_GPU_STATS 1 |
#else |
#define GR_GPU_STATS 0 |