| Index: skia/config/SkUserConfig.h
|
| diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
|
| index 100cdfcff9295c1ca8005dfbada560194f56963a..183d277c13112b64f0416fd0eb56bb3b0565f923 100644
|
| --- a/skia/config/SkUserConfig.h
|
| +++ b/skia/config/SkUserConfig.h
|
| @@ -257,6 +257,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
|
| # define SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS
|
| #endif
|
|
|
| +#ifndef SK_SUPPORT_LEGACY_SCALAR_MAPPOINTS
|
| +# define SK_SUPPORT_LEGACY_SCALAR_MAPPOINTS
|
| +#endif
|
| +
|
| #ifndef SK_IGNORE_ETC1_SUPPORT
|
| # define SK_IGNORE_ETC1_SUPPORT
|
| #endif
|
|
|