| Index: third_party/WebKit/Source/core/layout/line/EllipsisBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/line/EllipsisBox.cpp b/third_party/WebKit/Source/core/layout/line/EllipsisBox.cpp
|
| index 047117f3aca99ab3a167833c99c41d7a4f2a1e6a..491072e936a07107e7a428dbdacbdefa5fa39800 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/EllipsisBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/line/EllipsisBox.cpp
|
| @@ -52,8 +52,6 @@ bool EllipsisBox::nodeAtPoint(HitTestResult& result,
|
| const LayoutPoint& accumulatedOffset,
|
| LayoutUnit lineTop,
|
| LayoutUnit lineBottom) {
|
| - // FIXME: the call to roundedLayoutPoint() below is temporary and should be removed once
|
| - // the transition to LayoutUnit-based types is complete (crbug.com/321237)
|
| LayoutPoint adjustedLocation = accumulatedOffset + topLeft();
|
|
|
| LayoutPoint boxOrigin = locationIncludingFlipping();
|
|
|