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