summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed@google.com>2016-12-12 12:54:21 -0800
committerCommit bot <commit-bot@chromium.org>2016-12-12 12:54:21 -0800
commitd340646765ffebc4e41ed3021d05b1a792888a77 (patch)
treedb93b32b684c5d9c11b595b3a11124691e30d7b6
parent8fed84447f0f83f36c7e083de993d4c5c0a6775f (diff)
downloadpdfium-d340646765ffebc4e41ed3021d05b1a792888a77.tar.xz
add flag for future Skia CL
See https://skia-review.googlesource.com/c/5844/ BUG= NOTRY=True Review-Url: https://codereview.chromium.org/2569853002
-rw-r--r--skia/config/SkUserConfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index 2f13fda7b5..f505c50f90 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -207,6 +207,10 @@ SK_API void SkDebugf_FileLine(const char* file,
#define SK_SUPPORT_LEGACY_GETTOPDEVICE
#endif
+#ifndef SK_SUPPORT_EXOTIC_CLIPOPS
+#define SK_SUPPORT_EXOTIC_CLIPOPS
+#endif
+
#ifndef SK_SUPPORT_LEGACY_GETDEVICE
#define SK_SUPPORT_LEGACY_GETDEVICE
#endif