| Index: third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.cpp b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| index 56800093787b87b15d1a160963068475c3f7b939..2572c4a6211826c4aaa7c8bbc74534c696f9d71a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -2050,9 +2050,6 @@ void LayoutBox::positionLineBox(InlineBox* box) {
|
| box->remove(DontMarkLineBoxes);
|
| box->destroy();
|
| } else if (isAtomicInlineLevel()) {
|
| - // FIXME: the call to roundedLayoutPoint() below is temporary and should be
|
| - // removed once the transition to LayoutUnit-based types is complete
|
| - // (crbug.com/321237).
|
| setLocationAndUpdateOverflowControlsIfNeeded(box->topLeft());
|
| setInlineBoxWrapper(box);
|
| }
|
|
|