For Google3, enable SK_SUPPORT_LEGACY_SAVEFLAGS; required by legacy webkit_headless.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1568633002

Review URL: https://codereview.chromium.org/1568633002
This commit is contained in:
benjaminwagner 2016-01-06 12:51:58 -08:00 committed by Commit bot
parent 8b05cb8a00
commit 85c8d06540

View File

@ -407,6 +407,9 @@ DEFINES_ALL = [
# Chrome DEFINES.
"SK_USE_FLOATBITS",
"SK_USE_FREETYPE_EMBOLDEN",
# TODO(benjaminwagner): Needed for internal cl/107719535, but will be fixed
# up after that CL is submitted.
"SK_SUPPORT_LEGACY_SAVEFLAGS",
# Turn on a few Google3-specific build fixes.
"GOOGLE3",
]