| Index: third_party/WebKit/Source/core/paint/ReplacedPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ReplacedPainter.cpp b/third_party/WebKit/Source/core/paint/ReplacedPainter.cpp
|
| index a8bc45199a223135ee98db45581390d89166a5be..62583a916f5c3dc4130160d454edd0932f94a76c 100644
|
| --- a/third_party/WebKit/Source/core/paint/ReplacedPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ReplacedPainter.cpp
|
| @@ -24,6 +24,7 @@ static bool shouldApplyViewportClip(const LayoutReplaced& layoutReplaced) {
|
|
|
| void ReplacedPainter::paint(const PaintInfo& paintInfo,
|
| const LayoutPoint& paintOffset) {
|
| + ObjectPainter(m_layoutReplaced).checkPaintOffset(paintInfo, paintOffset);
|
| LayoutPoint adjustedPaintOffset = paintOffset + m_layoutReplaced.location();
|
| if (!shouldPaint(paintInfo, adjustedPaintOffset))
|
| return;
|
|
|