| Index: skia/config/SkUserConfig.h
|
| diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
|
| index 5cdbd6ac598cd50faab04673562303083a0ff83b..cc836558f462c5072bd651f8b3743033f9154c9d 100644
|
| --- a/skia/config/SkUserConfig.h
|
| +++ b/skia/config/SkUserConfig.h
|
| @@ -261,6 +261,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
|
| #define SK_SUPPORT_LEGACY_GETDEVICE
|
| #endif
|
|
|
| +#ifndef SK_SUPPORT_LEGACY_ALLOCPIXELS_BOOL
|
| + #define SK_SUPPORT_LEGACY_ALLOCPIXELS_BOOL
|
| +#endif
|
| +
|
| // ===== End Chrome-specific definitions =====
|
|
|
| #endif
|
|
|