Index: include/gpu/GrConfig.h |
diff --git a/include/gpu/GrConfig.h b/include/gpu/GrConfig.h |
index 34666857e555f0c9e769b5735c21d44bbbc34486..0112f586e61abbd21d8dbcf675c65ec9fdc36ef2 100644 |
--- a/include/gpu/GrConfig.h |
+++ b/include/gpu/GrConfig.h |
@@ -193,4 +193,12 @@ typedef unsigned __int64 uint64_t; |
#if !defined(GR_BATCH_DEBUGGING_OUTPUT) |
#define GR_BATCH_DEBUGGING_OUTPUT 0 |
#endif |
+ |
+/** |
+ * Set to 1 to enable pixel local storage path rendering on supported devices. |
+ */ |
+#if !defined(GR_ENABLE_PLS_PATH_RENDERING) |
+ #define GR_ENABLE_PLS_PATH_RENDERING 1 |
+#endif |
+ |
#endif |