| Index: third_party/WebKit/Source/core/svg/SVGImageElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGImageElement.h b/third_party/WebKit/Source/core/svg/SVGImageElement.h
|
| index 167d3a6dad1843a4f39909bc86cfcc1a00fab130..663b72b6fd58f483e4647019093b8197b327d2ce 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGImageElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGImageElement.h
|
| @@ -60,8 +60,6 @@ class SVGImageElement final : public SVGGraphicsElement,
|
| return !hrefString().isNull();
|
| }
|
|
|
| - bool isPresentationAttribute(const QualifiedName&) const override;
|
| - bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const override;
|
| void collectStyleForPresentationAttribute(const QualifiedName&,
|
| const AtomicString&,
|
| MutableStylePropertySet*) override;
|
|
|