| 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 cc434f1a9b5e469103e31a29999664173a2d20cb..e203a8d78f074234a9899a17764558d26b60c516 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
|
| @@ -41,7 +41,7 @@ class LayoutSVGText final : public LayoutSVGBlock {
|
| }
|
| void setNeedsTransformUpdate() override { m_needsTransformUpdate = true; }
|
| void setNeedsTextMetricsUpdate() { m_needsTextMetricsUpdate = true; }
|
| - FloatRect paintInvalidationRectInLocalSVGCoordinates() const override;
|
| + FloatRect visualRectInLocalSVGCoordinates() const override;
|
| FloatRect objectBoundingBox() const override {
|
| return FloatRect(frameRect());
|
| }
|
|
|