Index: include/config/SkUserConfig.h |
diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h |
index 607b26ad3dd999cb24ac39567c1cdb1978916553..43cf7ce8802a999008bf23588f593d238d23af32 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 |