aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/svg/model/SkSVGAttributeParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/svg/model/SkSVGAttributeParser.h')
-rw-r--r--experimental/svg/model/SkSVGAttributeParser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/experimental/svg/model/SkSVGAttributeParser.h b/experimental/svg/model/SkSVGAttributeParser.h
index aef0286504..cd50479fee 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