| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
|
| index c472c1b985a39535132c8dfa48d2fad1bd5dc148..762ca60598f7666421eb8158e2f5e514b94e9569 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
|
| @@ -80,8 +80,8 @@ class LayoutSVGInlineText final : public LayoutText {
|
| LayoutRect linesBoundingBox() const override;
|
| InlineTextBox* createTextBox(int start, unsigned short length) override;
|
|
|
| - LayoutRect absoluteClippedOverflowRect() const final;
|
| - FloatRect paintInvalidationRectInLocalSVGCoordinates() const final;
|
| + LayoutRect absoluteVisualRect() const final;
|
| + FloatRect visualRectInLocalSVGCoordinates() const final;
|
|
|
| float m_scalingFactor;
|
| Font m_scaledFont;
|
|
|