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:
@@ -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
|
||||
|
Reference in New Issue
Block a user