| Index: experimental/svg/model/SkSVGNode.h
|
| diff --git a/experimental/svg/model/SkSVGNode.h b/experimental/svg/model/SkSVGNode.h
|
| index 8ffc6f976998598b36cc7299e4ef09f9e992b5eb..0f95d77a6f54cf14c58b561409d68dcf82a6a333 100644
|
| --- a/experimental/svg/model/SkSVGNode.h
|
| +++ b/experimental/svg/model/SkSVGNode.h
|
| @@ -39,6 +39,7 @@ public:
|
|
|
| void setFill(const SkSVGPaint&);
|
| void setFillOpacity(const SkSVGNumberType&);
|
| + void setOpacity(const SkSVGNumberType&);
|
| void setStroke(const SkSVGPaint&);
|
| void setStrokeOpacity(const SkSVGNumberType&);
|
| void setStrokeWidth(const SkSVGLength&);
|
|
|