| Index: Source/core/svg/SVGMaskElement.h
|
| diff --git a/Source/core/svg/SVGMaskElement.h b/Source/core/svg/SVGMaskElement.h
|
| index cefef8cec4f5ebe76c69d069a281e993423cc4f5..e1086b6b9f3044b5aa173cdd2803c174e12c49d9 100644
|
| --- a/Source/core/svg/SVGMaskElement.h
|
| +++ b/Source/core/svg/SVGMaskElement.h
|
| @@ -55,6 +55,9 @@ private:
|
|
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
|
| + virtual bool isPresentationAttribute(const QualifiedName&) const override;
|
| + virtual bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const override;
|
| + virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override;
|
| virtual void svgAttributeChanged(const QualifiedName&) override;
|
| virtual void childrenChanged(const ChildrenChange&) override;
|
|
|
|
|