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