| 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 b8ea64ae55c6162243ef7e9951f9db9fe07e066a..5084e1ec4f999da4aa606f461781f81c79478dbe 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
|
| @@ -60,7 +60,8 @@ private:
|
| IntRect linesBoundingBox() const override;
|
| InlineTextBox* createTextBox(int start, unsigned short length) override;
|
|
|
| - LayoutRect clippedOverflowRectForPaintInvalidation(const LayoutBoxModelObject* paintInvalidationContainer, const PaintInvalidationState*) const final;
|
| + LayoutRect absoluteClippedOverflowRect() const final;
|
| + FloatRect paintInvalidationRectInLocalSVGCoordinates() const final;
|
|
|
| float m_scalingFactor;
|
| Font m_scaledFont;
|
|
|