summaryrefslogtreecommitdiff
path: root/skia
diff options
context:
space:
mode:
authorcaryclark <caryclark@google.com>2016-12-12 10:27:25 -0800
committerCommit bot <commit-bot@chromium.org>2016-12-12 10:27:25 -0800
commit8fed84447f0f83f36c7e083de993d4c5c0a6775f (patch)
tree9f98148acedf36f166dba0935ccc268f10f146d0 /skia
parentb1125f8daf52c750f6b642a343195c70f47f49f1 (diff)
downloadpdfium-8fed84447f0f83f36c7e083de993d4c5c0a6775f.tar.xz
sync with latest skia api
The canvas clip op changed to a enum class to safeguard against a regular enum used as a bool in an overloaded interface. R=reed@google.com, dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2568193002
Diffstat (limited to 'skia')
-rw-r--r--skia/config/SkUserConfig.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index 0dc2ed4c6c..2f13fda7b5 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -230,10 +230,6 @@ SK_API void SkDebugf_FileLine(const char* file,
#define SK_IGNORE_GPU_DITHER
#endif
-#ifndef SK_SUPPORT_LEGACY_CLIPOPS_PLAIN_ENUM
-# define SK_SUPPORT_LEGACY_CLIPOPS_PLAIN_ENUM
-#endif
-
#ifndef SK_SUPPORT_LEGACY_EVAL_CUBIC
#define SK_SUPPORT_LEGACY_EVAL_CUBIC
#endif