| Index: skia/config/SkUserConfig.h
|
| diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
|
| index 81b0f1bffd7c2c92bd0c21ecbfee380a3c5d3962..ea0a649595778d5b90d4859e4de1d7ec3af25dc6 100644
|
| --- a/skia/config/SkUserConfig.h
|
| +++ b/skia/config/SkUserConfig.h
|
| @@ -265,6 +265,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
|
| # define SK_SUPPORT_LEGACY_XFERMODES
|
| #endif
|
|
|
| +#ifndef SK_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONS
|
| +# define SK_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONS
|
| +#endif
|
| +
|
| ///////////////////////// Imported from BUILD.gn and skia_common.gypi
|
|
|
| /* In some places Skia can use static initializers for global initialization,
|
|
|