Index: skia/config/SkUserConfig.h |
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h |
index ea80e27d199a585a9e37092678968f55ef141e26..12a0c9a06ca4d1c64ac4ce6ef5f6610201ea7ec0 100644 |
--- a/skia/config/SkUserConfig.h |
+++ b/skia/config/SkUserConfig.h |
@@ -152,6 +152,10 @@ |
// ===== Begin Chrome-specific definitions ===== |
+#ifdef SK_DEBUG |
+#define SK_REF_CNT_BASE_INCLUDE "sk_ref_cnt_base_debug.h" |
Stephen White
2013/10/21 22:11:28
Ew. I guess I missed the code review where the oth
|
+#endif |
+ |
#define SK_SCALAR_IS_FLOAT |
#undef SK_SCALAR_IS_FIXED |