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