| Index: Source/core/paint/ObjectPainter.cpp
|
| diff --git a/Source/core/paint/ObjectPainter.cpp b/Source/core/paint/ObjectPainter.cpp
|
| index 7a84b5d10445c800a617f8056b4f19c9e86525bc..477b1b3329dd56c4a26b1f45c4f09bf53a2d9905 100644
|
| --- a/Source/core/paint/ObjectPainter.cpp
|
| +++ b/Source/core/paint/ObjectPainter.cpp
|
| @@ -50,7 +50,7 @@ void ObjectPainter::paintOutline(const PaintInfo& paintInfo, const LayoutRect& p
|
| IntRect inner = pixelSnappedIntRect(paintRect);
|
| inner.inflate(styleToUse.outlineOffset());
|
|
|
| - IntRect outer = pixelSnappedIntRect(inner);
|
| + IntRect outer = inner;
|
| LayoutUnit outlineWidth = styleToUse.outlineWidth();
|
| outer.inflate(outlineWidth);
|
|
|
|
|