Index: include/core/SkTypes.h |
diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h |
index 1051f08ceaa807840cc361eb212e47377fed1ab2..6d0b63ec07330ce3800535c714c0095eb0b72bcd 100644 |
--- a/include/core/SkTypes.h |
+++ b/include/core/SkTypes.h |
@@ -15,6 +15,10 @@ |
#include <stddef.h> |
#include <stdint.h> |
+#ifndef SK_SUPPORT_LEGACY_PATHEFFECT_PTR |
+ #define SK_SUPPORT_LEGACY_PATHEFFECT_PTR |
+#endif |
+ |
#if defined(SK_ARM_HAS_NEON) |
#include <arm_neon.h> |
#elif SK_CPU_SSE_LEVEL >= SK_CPU_SSE_LEVEL_SSE2 |