| Index: Source/core/paint/FieldsetPainter.cpp
|
| diff --git a/Source/core/paint/FieldsetPainter.cpp b/Source/core/paint/FieldsetPainter.cpp
|
| index fcbdf8b16b33274fda85ac212f99580a860c9d4e..57637952fbbcd48e700da2fbce622e4abff8c94a 100644
|
| --- a/Source/core/paint/FieldsetPainter.cpp
|
| +++ b/Source/core/paint/FieldsetPainter.cpp
|
| @@ -40,7 +40,8 @@ void FieldsetPainter::paintBoxDecorationBackground(const PaintInfo& paintInfo, c
|
| paintRect.setX(paintRect.x() + xOff);
|
| }
|
|
|
| - LayoutObjectDrawingRecorder recorder(*paintInfo.context, m_layoutFieldset, paintInfo.phase, pixelSnappedIntRect(paintRect));
|
| + // TODO(chrishtr): pixel-snapping here is likely wrong.
|
| + LayoutObjectDrawingRecorder recorder(*paintInfo.context, m_layoutFieldset, paintInfo.phase, paintRect);
|
| BoxDecorationData boxDecorationData(m_layoutFieldset);
|
|
|
| if (boxDecorationData.bleedAvoidance == BackgroundBleedNone)
|
|
|