0

add legacy support for old path ops enums

R=fmalita@chromium.org
BUG=skia:3588

Review URL: https://codereview.chromium.org/1017853005

Cr-Commit-Position: refs/heads/master@{#322407}
This commit is contained in:
caryclark
2015-03-26 10:09:20 -07:00
committed by Commit bot
parent ae241d36bd
commit cda34b51de

@@ -273,6 +273,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_SUPPORT_LEGACY_INT_COLORMATRIX
#endif
#ifndef SK_SUPPORT_LEGACY_PATHOP_ENUMS
# define SK_SUPPORT_LEGACY_PATHOP_ENUMS
#endif
#ifndef SK_LEGACY_STROKE_CURVES
# define SK_LEGACY_STROKE_CURVES
#endif