aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkTypes.h')
-rw-r--r--include/core/SkTypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h
index f9e1a059fb..8baf246d34 100644
--- a/include/core/SkTypes.h
+++ b/include/core/SkTypes.h
@@ -35,6 +35,9 @@
#include <string.h>
+// enable to test new device-base clipping
+//#define SK_USE_DEVICE_CLIPPING
+
/**
* sk_careful_memcpy() is just like memcpy(), but guards against undefined behavior.
*