diff options
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 8eb4b69..3a92620 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -234,6 +234,8 @@ # Moved from SkUserConfig.h, so we can rebaseline when we remove this. 'SK_DISABLE_DITHER_32BIT_GRADIENT', + + 'SK_DISABLE_DASHING_OPTIMIZATION', ], 'sources!': [ '../third_party/skia/include/core/SkTypes.h', |