| Index: Source/core/paint/LineBoxListPainter.cpp
|
| diff --git a/Source/core/paint/LineBoxListPainter.cpp b/Source/core/paint/LineBoxListPainter.cpp
|
| index c6b9b7e2d3dadc831d3d9e85686a3998a48c0cbb..abca7c1127977846095fb207b8eef4a2c4e193d4 100644
|
| --- a/Source/core/paint/LineBoxListPainter.cpp
|
| +++ b/Source/core/paint/LineBoxListPainter.cpp
|
| @@ -33,7 +33,7 @@ void LineBoxListPainter::paint(RenderBoxModelObject* renderer, PaintInfo& paintI
|
| return;
|
|
|
| PaintInfo info(paintInfo);
|
| - PaintCommandRecorder recorder(paintInfo.context, renderer, paintInfo.phase, renderer->borderBoundingBox());
|
| + PaintCommandRecorder recorder(paintInfo.context, renderer, paintInfo.phase, pixelSnappedIntRect(paintOffset, renderer->borderBoundingBox().size()));
|
| ListHashSet<RenderInline*> outlineObjects;
|
| info.setOutlineObjects(&outlineObjects);
|
|
|
|
|