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