Chromium Code Reviews| Index: skia/config/SkUserConfig.h |
| =================================================================== |
| --- skia/config/SkUserConfig.h (revision 230714) |
| +++ skia/config/SkUserConfig.h (working copy) |
| @@ -152,6 +152,12 @@ |
| // ===== Begin Chrome-specific definitions ===== |
| +#ifdef SK_DEBUG |
| +#define SK_REF_CNT_MIXIN_INCLUDE "sk_ref_cnt_ext_debug.h" |
| +#else |
| +#define SK_REF_CNT_MIXIN_INCLUDE "sk_ref_cnt_ext_release.h" |
| +#endif |
| + |
| #define SK_SCALAR_IS_FLOAT |
| #undef SK_SCALAR_IS_FIXED |