Index: experimental/svg/model/SkSVGAttribute.h |
diff --git a/experimental/svg/model/SkSVGAttribute.h b/experimental/svg/model/SkSVGAttribute.h |
index ce06b1e8a603c348d84ce3840386218734075bc4..13a6041b4b8fc2a5a644792b6851d6c4d3167b01 100644 |
--- a/experimental/svg/model/SkSVGAttribute.h |
+++ b/experimental/svg/model/SkSVGAttribute.h |
@@ -27,6 +27,7 @@ enum class SkSVGAttribute { |
kR, // <circle>: radius |
kRx, // <ellipse>,<rect>: horizontal (corner) radius |
kRy, // <ellipse>,<rect>: vertical (corner) radius |
+ kSpreadMethod, |
kStopColor, |
kStopOpacity, |
kStroke, |