| Index: third_party/WebKit/Source/core/svg/SVGPatternElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPatternElement.h b/third_party/WebKit/Source/core/svg/SVGPatternElement.h
|
| index 44bb599cb5cb931a95bf9c6ea1176a1da9212146..29fa04b8068031699ca8764d9ca7696a4971dc72 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPatternElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPatternElement.h
|
| @@ -84,6 +84,10 @@ class SVGPatternElement final : public SVGElement,
|
| bool isValid() const override { return SVGTests::isValid(); }
|
| bool needsPendingResourceHandling() const override { return false; }
|
|
|
| + void collectStyleForPresentationAttribute(const QualifiedName&,
|
| + const AtomicString&,
|
| + MutableStylePropertySet*) override;
|
| +
|
| void svgAttributeChanged(const QualifiedName&) override;
|
| void childrenChanged(const ChildrenChange&) override;
|
|
|
|
|