| Index: third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BlockPainter.cpp b/third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| index 35459944fbb7b7dbd0b37d0dfbac5c3bee82edfc..599ec9b2c6dbac5eba93f8961401df7ba62efecb 100644
|
| --- a/third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| @@ -151,7 +151,7 @@ void BlockPainter::paintObject(const PaintInfo& paintInfo, const LayoutPoint& pa
|
| // Set previousPaintOffset here in case that m_layoutBlock paints nothing and no
|
| // LayoutObjectDrawingRecorder updates its previousPaintOffset.
|
| // TODO(wangxianzhu): Integrate paint offset checking into new paint invalidation.
|
| - m_layoutBlock.setPreviousPaintOffset(paintOffset);
|
| + m_layoutBlock.mutableForPainting().setPreviousPaintOffset(paintOffset);
|
| }
|
|
|
| const PaintPhase paintPhase = paintInfo.phase;
|
|
|