diff options
author | reed <reed@google.com> | 2016-12-12 12:54:21 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-12-12 12:54:21 -0800 |
commit | d340646765ffebc4e41ed3021d05b1a792888a77 (patch) | |
tree | db93b32b684c5d9c11b595b3a11124691e30d7b6 | |
parent | 8fed84447f0f83f36c7e083de993d4c5c0a6775f (diff) | |
download | pdfium-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.h | 4 |
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 |