| 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 01f897df7a0ea876e5beaaa6f8dad00d8d56cbd2..7da4824212e3148a8c16cdf5de5c0a7eefdf059f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGImageElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGImageElement.h
|
| @@ -62,7 +62,7 @@ private:
|
|
|
| void svgAttributeChanged(const QualifiedName&) override;
|
|
|
| - void attach(const AttachContext& = AttachContext()) override;
|
| + void attachLayoutTree(const AttachContext& = AttachContext()) override;
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
|
|
| LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
|
|