Chromium Code Reviews| Index: Source/core/svg/SVGMaskElement.h |
| diff --git a/Source/core/svg/SVGMaskElement.h b/Source/core/svg/SVGMaskElement.h |
| index 87ad79125071ec1db21dd736f6f8fe06ce8bd95e..d429135959f64fdb0527b06b1fdb94fc8e52673a 100644 |
| --- a/Source/core/svg/SVGMaskElement.h |
| +++ b/Source/core/svg/SVGMaskElement.h |
| @@ -55,6 +55,8 @@ private: |
| bool isSupportedAttribute(const QualifiedName&); |
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) override; |
| + virtual bool isPresentationAttribute(const QualifiedName&) const override final; |
|
fs
2015/02/04 13:24:53
Class is final.
Erik Dahlström (inactive)
2015/02/05 16:09:02
Done.
|
| + virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override final; |
| virtual void svgAttributeChanged(const QualifiedName&) override; |
| virtual void childrenChanged(const ChildrenChange&) override; |