Chromium Code Reviews| Index: skia/config/SkUserConfig.h |
| diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h |
| index 8b4046a602b582aed10d9e476ffe6464fdce16e9..b29e645aa35f23eed7dbb9e06806ec270d9febc2 100644 |
| --- a/skia/config/SkUserConfig.h |
| +++ b/skia/config/SkUserConfig.h |
| @@ -269,6 +269,9 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, |
| # define SK_IGNORE_GPU_DITHER |
| #endif |
|
robertphillips
2015/01/06 15:40:27
Why not the usual #ifndef dance ?
|
| +#define SK_SUPPORT_LEGACY_ADDOVAL |
| +#define SK_SUPPORT_LEGACY_ADDRRECT |
| + |
| // If this goes well, we can have Skia respect DYNAMIC_ANNOTATIONS_ENABLED directly. |
| #if DYNAMIC_ANNOTATIONS_ENABLED |
| # define SK_DYNAMIC_ANNOTATIONS_ENABLED 1 |