| Index: third_party/WebKit/Source/core/svg/SVGViewElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGViewElement.h b/third_party/WebKit/Source/core/svg/SVGViewElement.h
|
| index f42706641275cc90478e7c6eec1e42de7bb08347..b54ca2144bed448669534ee6028d0574f52e4201 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGViewElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGViewElement.h
|
| @@ -41,9 +41,7 @@ class SVGViewElement final : public SVGElement,
|
| private:
|
| explicit SVGViewElement(Document&);
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
|
|
| bool layoutObjectIsNeeded(const ComputedStyle&) override { return false; }
|
| };
|
|
|