| Index: skia/config/SkUserConfig.h
|
| diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
|
| index b8e7605603272d75163958bce8f2e6d221f90a04..51d20a45bf3e84dce9d83c7a5b3018b49a51d8f2 100644
|
| --- a/skia/config/SkUserConfig.h
|
| +++ b/skia/config/SkUserConfig.h
|
| @@ -205,6 +205,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
|
| # define SK_SUPPORT_LEGACY_PICTUREINSTALLPIXELREF
|
| #endif
|
|
|
| +#ifndef SK_SUPPORT_LEGACY_CLIP_REGIONOPS
|
| +#define SK_SUPPORT_LEGACY_CLIP_REGIONOPS
|
| +#endif
|
| +
|
| // Workaround for poor anisotropic mipmap quality,
|
| // pending Skia ripmap support.
|
| // (https://bugs.chromium.org/p/skia/issues/detail?id=4863)
|
|
|