Chromium Code Reviews| Index: Source/core/paint/ListMarkerPainter.cpp |
| diff --git a/Source/core/paint/ListMarkerPainter.cpp b/Source/core/paint/ListMarkerPainter.cpp |
| index 483c6321892f9ff4b88c3ec5190855bd7ae8977e..0dc9d4d1b1017df206673dc1ac97d29cd190347b 100644 |
| --- a/Source/core/paint/ListMarkerPainter.cpp |
| +++ b/Source/core/paint/ListMarkerPainter.cpp |
| @@ -39,7 +39,7 @@ void ListMarkerPainter::paint(const PaintInfo& paintInfo, const LayoutPoint& pai |
| if (!paintInfo.rect.intersects(pixelSnappedOverflowRect)) |
| return; |
| - LayoutObjectDrawingRecorder recorder(*paintInfo.context, m_layoutListMarker, paintInfo.phase, pixelSnappedOverflowRect); |
| + LayoutObjectDrawingRecorder recorder(*paintInfo.context, m_layoutListMarker, paintInfo.phase, LayoutRect(pixelSnappedOverflowRect)); |
|
jbroman
2015/08/26 21:45:08
this can use the IntRect overload you added, no ne
chrishtr
2015/08/26 22:32:21
Done.
|
| LayoutRect box(boxOrigin, m_layoutListMarker.size()); |