| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| index 581fa8318486ba8f3734170a55aeb925f53c0216..510baa3d026e8007d6e81dde1996cd277287704a 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| @@ -123,9 +123,9 @@ FloatRect LayoutSVGInlineText::floatLinesBoundingBox() const
|
| return boundingBox;
|
| }
|
|
|
| -IntRect LayoutSVGInlineText::linesBoundingBox() const
|
| +LayoutRect LayoutSVGInlineText::linesBoundingBox() const
|
| {
|
| - return enclosingIntRect(floatLinesBoundingBox());
|
| + return enclosingLayoutRect(floatLinesBoundingBox());
|
| }
|
|
|
| bool LayoutSVGInlineText::characterStartsNewTextChunk(int position) const
|
|
|