| Index: experimental/svg/model/SkSVGValue.h
|
| diff --git a/experimental/svg/model/SkSVGValue.h b/experimental/svg/model/SkSVGValue.h
|
| index 8f93bd8046aa80765b7d4d164dc6552e9353a822..e4673e91506863c39e489628a22cd585a97da013 100644
|
| --- a/experimental/svg/model/SkSVGValue.h
|
| +++ b/experimental/svg/model/SkSVGValue.h
|
| @@ -25,6 +25,7 @@ public:
|
| kPaint,
|
| kPath,
|
| kPoints,
|
| + kString,
|
| kTransform,
|
| kViewBox,
|
| };
|
| @@ -77,5 +78,6 @@ using SkSVGLineCapValue = SkSVGWrapperValue<SkSVGLineCap , SkSVGValue::Ty
|
| using SkSVGLineJoinValue = SkSVGWrapperValue<SkSVGLineJoin , SkSVGValue::Type::kLineJoin >;
|
| using SkSVGNumberValue = SkSVGWrapperValue<SkSVGNumberType , SkSVGValue::Type::kNumber >;
|
| using SkSVGPointsValue = SkSVGWrapperValue<SkSVGPointsType , SkSVGValue::Type::kPoints >;
|
| +using SkSVGStringValue = SkSVGWrapperValue<SkSVGStringType , SkSVGValue::Type::kString >;
|
|
|
| #endif // SkSVGValue_DEFINED
|
|
|