| 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 7ef1f3b4634608e6bc5a3bec8bbc69e045043e4f..67f3aaf68626f0f5c4f96d965046c620a9a9459b 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
|
| @@ -64,7 +64,7 @@ private:
|
|
|
| PositionWithAffinity positionForPoint(const LayoutPoint&) override;
|
| LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = nullptr) override;
|
| - IntRect linesBoundingBox() const override;
|
| + LayoutRect linesBoundingBox() const override;
|
| InlineTextBox* createTextBox(int start, unsigned short length) override;
|
|
|
| LayoutRect absoluteClippedOverflowRect() const final;
|
|
|