Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Unified Diff: experimental/svg/model/SkSVGAttributeParser.h

Issue 2222793002: [SVGDom] Add <svg> viewBox support (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: typo Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/svg/model/SkSVGAttribute.cpp ('k') | experimental/svg/model/SkSVGAttributeParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « experimental/svg/model/SkSVGAttribute.cpp ('k') | experimental/svg/model/SkSVGAttributeParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698