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