| Index: experimental/svg/model/SkSVGNode.h
|
| diff --git a/experimental/svg/model/SkSVGNode.h b/experimental/svg/model/SkSVGNode.h
|
| index 38a17d86338efa6197a64f3d86cac0cf05216533..617f52a2496b6a8cb033a1e7a35b901d6f607252 100644
|
| --- a/experimental/svg/model/SkSVGNode.h
|
| +++ b/experimental/svg/model/SkSVGNode.h
|
| @@ -35,6 +35,12 @@ public:
|
|
|
| void setAttribute(SkSVGAttribute, const SkSVGValue&);
|
|
|
| + void setFill(const SkSVGPaint&);
|
| + void setFillOpacity(const SkSVGNumberType&);
|
| + void setStroke(const SkSVGPaint&);
|
| + void setStrokeOpacity(const SkSVGNumberType&);
|
| + void setStrokeWidth(const SkSVGLength&);
|
| +
|
| protected:
|
| SkSVGNode(SkSVGTag);
|
|
|
|
|