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:
benjaminwagner 2015-12-11 07:54:24 -08:00 committed by Commit bot
parent 9a0e3467da
commit b6c77f6d62

View File

@ -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",