| Index: skia/config/SkUserConfig.h
|
| diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
|
| index f8717bfca13c42d4cc6389d19b2af2d6750a2094..cb19ff52efdaf7e257058eef13e7c8cc6353deeb 100644
|
| --- a/skia/config/SkUserConfig.h
|
| +++ b/skia/config/SkUserConfig.h
|
| @@ -291,6 +291,14 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
|
| # define SK_IGNORE_GPU_LAYER_HOISTING
|
| #endif
|
|
|
| +#ifndef SK_SUPPORT_LEGACY_DRAWDATA
|
| +# define SK_SUPPORT_LEGACY_DRAWDATA
|
| +#endif
|
| +
|
| +#ifndef SK_SUPPORT_LEGACY_CANVAS_VIRTUAL
|
| +# define SK_SUPPORT_LEGACY_CANVAS_VIRTUAL
|
| +#endif
|
| +
|
| // If this goes well, we can have Skia respect DYNAMIC_ANNOTATIONS_ENABLED directly.
|
| #if DYNAMIC_ANNOTATIONS_ENABLED
|
| # define SK_DYNAMIC_ANNOTATIONS_ENABLED 1
|
|
|