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