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