Chromium Code Reviews| Index: Source/core/svg/SVGUseElement.h |
| diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h |
| index c38e09f1752f43976c3ea5780650fcb6b8c1a922..6e81004f764475f045324caf08836f0a341cccd6 100644 |
| --- a/Source/core/svg/SVGUseElement.h |
| +++ b/Source/core/svg/SVGUseElement.h |
| @@ -55,6 +55,9 @@ public: |
| virtual void trace(Visitor*) override; |
| + virtual bool isPresentationAttribute(const QualifiedName&) const override; |
| + virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override final; |
|
fs
2015/02/04 13:24:53
final
Erik Dahlström (inactive)
2015/02/05 16:09:02
Done.
|
| + |
| private: |
| explicit SVGUseElement(Document&); |