| Index: skia/config/SkUserConfig.h
|
| diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
|
| index 6369e3442e661df6a872eb5d8c74019fe7a52d32..6db5919c5098737593b9bc99e8b68895408ddc31 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
|
|
|