Index: Source/core/paint/BoxPainter.cpp |
diff --git a/Source/core/paint/BoxPainter.cpp b/Source/core/paint/BoxPainter.cpp |
index cc1428316613646b110bb2165f01cde14e47cf91..6634ada2c327f8d53af655097239f56e906a0bfd 100644 |
--- a/Source/core/paint/BoxPainter.cpp |
+++ b/Source/core/paint/BoxPainter.cpp |
@@ -64,7 +64,7 @@ LayoutRect BoxPainter::boundsForDrawingRecorder(const LayoutPoint& paintOffset) |
// Use the visual overflow rect here, because it will include overflow introduced by the theme. |
LayoutRect bounds = m_layoutBox.visualOverflowRect(); |
bounds.moveBy(paintOffset); |
- return LayoutRect(pixelSnappedIntRect(bounds)); |
+ return bounds; |
} |
namespace { |