| Index: third_party/WebKit/Source/core/paint/PartPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PartPainter.cpp b/third_party/WebKit/Source/core/paint/PartPainter.cpp
|
| index 29172c37d49942caa19345d208c9751971b5b999..d7ffe270cefc663f39deeb64f95efbc9f0acdbc2 100644
|
| --- a/third_party/WebKit/Source/core/paint/PartPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PartPainter.cpp
|
| @@ -44,7 +44,9 @@ bool PartPainter::isSelected() const {
|
|
|
| void PartPainter::paint(const PaintInfo& paintInfo,
|
| const LayoutPoint& paintOffset) {
|
| + ObjectPainter(m_layoutPart).checkPaintOffset(paintInfo, paintOffset);
|
| LayoutPoint adjustedPaintOffset = paintOffset + m_layoutPart.location();
|
| +
|
| if (!ReplacedPainter(m_layoutPart)
|
| .shouldPaint(paintInfo, adjustedPaintOffset))
|
| return;
|
|
|