| Index: third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BlockPainter.cpp b/third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| index 866c75c6c643033a03ec134f65f80dedb8f57600..c8f5684283f6504be0c1c3d04965372219b162aa 100644
|
| --- a/third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| @@ -29,6 +29,7 @@ namespace blink {
|
|
|
| void BlockPainter::paint(const PaintInfo& paintInfo,
|
| const LayoutPoint& paintOffset) {
|
| + ObjectPainter(m_layoutBlock).checkPaintOffset(paintInfo, paintOffset);
|
| LayoutPoint adjustedPaintOffset = paintOffset + m_layoutBlock.location();
|
| if (!intersectsPaintRect(paintInfo, adjustedPaintOffset))
|
| return;
|
|
|