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

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

Issue 2202053002: [SVGDom/experimental] Initial SVGLength support (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: cleanup Created 4 years, 5 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
Index: experimental/svg/model/SkSVGNode.h
diff --git a/experimental/svg/model/SkSVGNode.h b/experimental/svg/model/SkSVGNode.h
index 407e69ac63ac2f56d3c40fec8caf5aedb6780074..168b03c73bc2e152bdcbe8e9d6eacb46d258998f 100644
--- a/experimental/svg/model/SkSVGNode.h
+++ b/experimental/svg/model/SkSVGNode.h
@@ -19,6 +19,7 @@ class SkSVGValue;
enum class SkSVGTag {
kG,
kPath,
+ kRect,
kSvg
};
@@ -30,7 +31,6 @@ public:
virtual void appendChild(sk_sp<SkSVGNode>) = 0;
- void render(SkCanvas*) const;
void render(SkCanvas*, const SkSVGRenderContext&) const;
void setAttribute(SkSVGAttribute, const SkSVGValue&);

Powered by Google App Engine
This is Rietveld 408576698