Index: skia/config/SkUserConfig.h |
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h |
index cc836558f462c5072bd651f8b3743033f9154c9d..99529ae6ded694c263f2433124c54b84ce309beb 100644 |
--- a/skia/config/SkUserConfig.h |
+++ b/skia/config/SkUserConfig.h |
@@ -261,8 +261,8 @@ 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 |
+#ifdef SK_SUPPORT_LEGACY_ALLOCPIXELS_BOOL |
+ #undef SK_SUPPORT_LEGACY_ALLOCPIXELS_BOOL |
#endif |
// ===== End Chrome-specific definitions ===== |