Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: include/core/SkTypes.h

Issue 1820593002: disable SK_SUPPORT_LEGACY_PATHEFFECT_PTR for skia builds (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/animator/SkDrawDash.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkTypes.h
diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h
index 6d0b63ec07330ce3800535c714c0095eb0b72bcd..1051f08ceaa807840cc361eb212e47377fed1ab2 100644
--- a/include/core/SkTypes.h
+++ b/include/core/SkTypes.h
@@ -15,10 +15,6 @@
#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
« no previous file with comments | « no previous file | src/animator/SkDrawDash.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698