In BUILD.public, enable SK_SUPPORT_LEGACY_HAIR_IGNORES_CAPS.
Somehow https://codereview.chromium.org/1491843006 causes fills to change in one test. BUG=skia: Review URL: https://codereview.chromium.org/1516863007
This commit is contained in:
parent
9a0e3467da
commit
b6c77f6d62
@ -385,6 +385,8 @@ DEFINES_UNIX = [
|
||||
]
|
||||
|
||||
DEFINES_ALL = [
|
||||
# https://codereview.chromium.org/1491843006 somehow breaks fills.
|
||||
"SK_SUPPORT_LEGACY_HAIR_IGNORES_CAPS",
|
||||
# Chrome DEFINES.
|
||||
"SK_USE_FLOATBITS",
|
||||
"SK_USE_FREETYPE_EMBOLDEN",
|
||||
|
Loading…
Reference in New Issue
Block a user