Index: Source/core/layout/svg/line/SVGRootInlineBox.cpp |
diff --git a/Source/core/layout/svg/line/SVGRootInlineBox.cpp b/Source/core/layout/svg/line/SVGRootInlineBox.cpp |
index 8271332077f98f4bedf6e3fc61fca8e256c76e8b..6088c6432d54edf48381a8492e992a17509b7349 100644 |
--- a/Source/core/layout/svg/line/SVGRootInlineBox.cpp |
+++ b/Source/core/layout/svg/line/SVGRootInlineBox.cpp |
@@ -107,9 +107,7 @@ void SVGRootInlineBox::layoutRootBox(const LayoutRect& childRect) |
LayoutBlockFlow& parentBlock = block(); |
// Finally, assign the root block position, now that all content is laid out. |
- // FIXME: the call to enclosingLayoutRect() below is temporary and should be removed once |
- // the transition to LayoutUnit-based types is complete (crbug.com/321237) |
- LayoutRect boundingRect = enclosingLayoutRect(childRect); |
+ LayoutRect boundingRect = childRect; |
parentBlock.setLocation(boundingRect.location()); |
parentBlock.setSize(boundingRect.size()); |