| 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 fde5c8440592d20aaefe57b7d0bff197b6abcd9f..2b896ed04c4b699d6933c4eae6057f534cda6c69 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
|
| @@ -72,6 +72,8 @@ private:
|
|
|
| void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const override;
|
|
|
| + void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) final;
|
| +
|
| void addChild(LayoutObject* child, LayoutObject* beforeChild = nullptr) override;
|
| void removeChild(LayoutObject*) override;
|
| void willBeDestroyed() override;
|
|
|