| Index: Source/core/paint/InlineFlowBoxPainter.cpp
|
| diff --git a/Source/core/paint/InlineFlowBoxPainter.cpp b/Source/core/paint/InlineFlowBoxPainter.cpp
|
| index 1b32e53636489cc2e8a852bda666ac4c70204d08..e0ba5df5c6f780e5e725a9c37180b3b2c8db60e6 100644
|
| --- a/Source/core/paint/InlineFlowBoxPainter.cpp
|
| +++ b/Source/core/paint/InlineFlowBoxPainter.cpp
|
| @@ -61,6 +61,7 @@ void InlineFlowBoxPainter::paint(const PaintInfo& paintInfo, const LayoutPoint&
|
| }
|
| }
|
| } else if (paintInfo.phase == PaintPhaseMask) {
|
| + DrawingRecorder recorder(paintInfo.context, &m_inlineFlowBox.renderer(), paintInfo.phase, pixelSnappedIntRect(overflowRect));
|
| paintMask(paintInfo, paintOffset);
|
| return;
|
| } else if (paintInfo.phase == PaintPhaseForeground) {
|
|
|