| Index: skia/skia.gyp
|
| diff --git a/skia/skia.gyp b/skia/skia.gyp
|
| index cf6503cb4b10ff537e76eaa3a2928dd4c7a5e0ea..8b4fa6205c7385b80feaaa387d019ceb78fab93b 100644
|
| --- a/skia/skia.gyp
|
| +++ b/skia/skia.gyp
|
| @@ -238,6 +238,11 @@
|
|
|
| # Temporarily ignore fix to antialias coverage, until we can rebaseline
|
| 'SK_USE_LEGACY_AA_COVERAGE',
|
| +
|
| + # Temporarily use SkPaint to keep a scale factor needed for correct
|
| + # font rendering in high DPI mode.
|
| + # See https://codereview.appspot.com/6495089/
|
| + 'SK_SUPPORT_HINTING_SCALE_FACTOR',
|
| ],
|
| 'sources!': [
|
| '../third_party/skia/include/core/SkTypes.h',
|
|
|