Chromium Code Reviews| 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" |
| +#endif |
| + |
| #define SK_SCALAR_IS_FLOAT |
| #undef SK_SCALAR_IS_FIXED |