| Index: skia/config/SkUserConfig.h
|
| diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
|
| index 914693d85efe3dd1befe929ad38e043bd14c8132..f9ab633c190de8f547419da10f51c7ca8dd488b8 100644
|
| --- a/skia/config/SkUserConfig.h
|
| +++ b/skia/config/SkUserConfig.h
|
| @@ -245,6 +245,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
|
| # define SK_SUPPORT_LEGACY_GETTOPDEVICE
|
| #endif
|
|
|
| +#ifndef SK_LEGACY_DRAWPICTURECALLBACK
|
| +# define SK_LEGACY_DRAWPICTURECALLBACK
|
| +#endif
|
| +
|
| #ifndef SK_SUPPORT_LEGACY_GETDEVICE
|
| # define SK_SUPPORT_LEGACY_GETDEVICE
|
| #endif
|
|
|