| 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 ec639d601280a53989288773d3c992121c3978f2..c472c1b985a39535132c8dfa48d2fad1bd5dc148 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
|
| @@ -49,7 +49,8 @@ class LayoutSVGInlineText final : public LayoutText {
|
| float& scalingFactor,
|
| Font& scaledFont);
|
|
|
| - // Preserves floating point precision for the use in DRT. It knows how to round and does a better job than enclosingIntRect.
|
| + // Preserves floating point precision for the use in DRT. It knows how to
|
| + // round and does a better job than enclosingIntRect.
|
| FloatRect floatLinesBoundingBox() const;
|
|
|
| PassRefPtr<StringImpl> originalText() const override;
|
|
|