| Index: experimental/svg/model/SkSVGAttributeParser.h
|
| diff --git a/experimental/svg/model/SkSVGAttributeParser.h b/experimental/svg/model/SkSVGAttributeParser.h
|
| index aef028650481c8458ce2fa02cd9e3c017999b9e9..cd50479fee125ecf5a1a73b9ecdcaa0952ec25ad 100644
|
| --- a/experimental/svg/model/SkSVGAttributeParser.h
|
| +++ b/experimental/svg/model/SkSVGAttributeParser.h
|
| @@ -14,9 +14,10 @@ class SkSVGAttributeParser : public SkNoncopyable {
|
| public:
|
| SkSVGAttributeParser(const char[]);
|
|
|
| - bool parseColor(SkSVGColor*);
|
| - bool parseNumber(SkSVGNumber*);
|
| + bool parseColor(SkSVGColorType*);
|
| + bool parseNumber(SkSVGNumberType*);
|
| bool parseLength(SkSVGLength*);
|
| + bool parseViewBox(SkSVGViewBoxType*);
|
|
|
| private:
|
| // Stack-only
|
|
|