| 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..e7f27a1683c6268c0cded4998a1ded3d90b40511 100644
|
| --- a/third_party/WebKit/Source/core/paint/PartPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PartPainter.cpp
|
| @@ -44,6 +44,7 @@ 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))
|
|
|