| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
|
| index efb1a248d28c093039e28fd641fffe23fca7391b..043dfab6cce0108fc471d964b8010c4e45ec2e94 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
|
| @@ -53,8 +53,7 @@ public:
|
| Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; }
|
|
|
| void subtreeChildWasAdded(LayoutObject*);
|
| - void subtreeChildWillBeRemoved(LayoutObject*, Vector<SVGTextLayoutAttributes*, 2>& affectedAttributes);
|
| - void subtreeChildWasRemoved(const Vector<SVGTextLayoutAttributes*, 2>& affectedAttributes);
|
| + void subtreeChildWillBeRemoved(LayoutObject*);
|
| void subtreeTextDidChange(LayoutSVGInlineText*);
|
|
|
| const AffineTransform& localToSVGParentTransform() const override { return m_localTransform; }
|
|
|