aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/config/SkUserConfig.h
diff options
context:
space:
mode:
authorGravatar fmalita <fmalita@chromium.org>2015-04-22 15:02:03 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-22 15:02:04 -0700
commit632e92fc3fa99e6a78fcbc67d6da68d5bd8334c3 (patch)
tree6859909e93f1b914942a0ec486fcca834375099a /include/config/SkUserConfig.h
parent31d36b087168486228093f0322898953072f36f2 (diff)
[SkPDFDevice] Enable pathops-based inverse fills
Keeping the old compile guard for clipping only. BUG=skia:3749 R=halcanary@google.com,caryclark@google.com,reed@google.com Review URL: https://codereview.chromium.org/1099953002
Diffstat (limited to 'include/config/SkUserConfig.h')
-rw-r--r--include/config/SkUserConfig.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h
index 607b26ad3d..43cf7ce880 100644
--- a/include/config/SkUserConfig.h
+++ b/include/config/SkUserConfig.h
@@ -151,13 +151,13 @@
//#define SK_SUPPORT_GPU 1
-/* The PDF generation code uses Path Ops to generate inverse fills and complex
- * clipping paths, but at this time, Path Ops is not release ready yet. So,
- * the code is hidden behind this #define guard. If you are feeling adventurous
- * and want the latest and greatest PDF generation code, uncomment the #define.
+/* The PDF generation code uses Path Ops to handle complex clipping paths,
+ * but at this time, Path Ops is not release ready yet. So, the code is
+ * hidden behind this #define guard. If you are feeling adventurous and
+ * want the latest and greatest PDF generation code, uncomment the #define.
* When Path Ops is release ready, the define guards and this user config
* define should be removed entirely.
*/
-//#define SK_PDF_USE_PATHOPS
+//#define SK_PDF_USE_PATHOPS_CLIPPING
#endif