| Index: third_party/WebKit/Source/core/paint/InlinePainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/InlinePainter.cpp b/third_party/WebKit/Source/core/paint/InlinePainter.cpp
|
| index b588f938a0bc045421f9b6720eea12583b333bda..9f27041e0b2c9d7b4ce2cfce72cb8fc1da8909a6 100644
|
| --- a/third_party/WebKit/Source/core/paint/InlinePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/InlinePainter.cpp
|
| @@ -14,6 +14,7 @@ namespace blink {
|
|
|
| void InlinePainter::paint(const PaintInfo& paintInfo,
|
| const LayoutPoint& paintOffset) {
|
| + ObjectPainter(m_layoutInline).checkPaintOffset(paintInfo, paintOffset);
|
| if (paintInfo.phase == PaintPhaseForeground && paintInfo.isPrinting())
|
| ObjectPainter(m_layoutInline).addPDFURLRectIfNeeded(paintInfo, paintOffset);
|
|
|
|
|