| Index: third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.cpp b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| index 82f1a1ba82046491252f0d0d9b43aab389443983..fe77281ea5f47ce4e10dac35f0bcaed9d8ab42e4 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| @@ -760,7 +760,7 @@ void PaintLayer::updateLayerPosition()
|
|
|
| if (layoutObject()->isInline() && layoutObject()->isLayoutInline()) {
|
| LayoutInline* inlineFlow = toLayoutInline(layoutObject());
|
| - IntRect lineBox = inlineFlow->linesBoundingBox();
|
| + IntRect lineBox = enclosingIntRect(inlineFlow->linesBoundingBox());
|
| m_size = lineBox.size();
|
| inlineBoundingBoxOffset = lineBox.location();
|
| localPoint.moveBy(inlineBoundingBoxOffset);
|
|
|