| Index: third_party/WebKit/Source/core/svg/SVGElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h
|
| index 1d96eab3322de23f64af65ca97db96f8039ca560..9edb14d39d76144a48dbb5fb1d43180f6e2a02f9 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.h
|
| @@ -211,14 +211,8 @@ class CORE_EXPORT SVGElement : public Element {
|
| Document&,
|
| ConstructionType = CreateSVGElement);
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| -
|
| - void attributeChanged(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&,
|
| - AttributeModificationReason) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| + void attributeChanged(const AttributeModificationParams&) override;
|
|
|
| void collectStyleForPresentationAttribute(const QualifiedName&,
|
| const AtomicString&,
|
|
|