| Index: third_party/WebKit/Source/core/svg/SVGCircleElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGCircleElement.h b/third_party/WebKit/Source/core/svg/SVGCircleElement.h
|
| index 758c7abe07802780fdb54ebac784310f3389d682..f02d178aaac55af746e1d39ebe2f9b81ae971e93 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGCircleElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGCircleElement.h
|
| @@ -47,8 +47,6 @@ class SVGCircleElement final : public SVGGeometryElement {
|
|
|
| void svgAttributeChanged(const QualifiedName&) override;
|
|
|
| - bool isPresentationAttribute(const QualifiedName&) const override;
|
| - bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const override;
|
| void collectStyleForPresentationAttribute(const QualifiedName&,
|
| const AtomicString&,
|
| MutableStylePropertySet*) override;
|
|
|