| Index: third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BoxPainter.cpp b/third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| index a4ca99e2cc0665f07b38d81b235a74afa2ef81f8..87be1eab26874bcdc2a30fea9f2ff76770b109c6 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| @@ -71,8 +71,10 @@ void BoxPainter::paintBoxDecorationBackground(const PaintInfo& paintInfo,
|
| // contents layer of a composited scroller we need to include the entire
|
| // overflow rect.
|
| paintRect = m_layoutBox.layoutOverflowRect();
|
| - scrollRecorder.emplace(paintInfo.context, m_layoutBox, paintInfo.phase,
|
| - m_layoutBox.scrolledContentOffset());
|
| + scrollRecorder.emplace(
|
| + paintInfo.context, paintInfo.phase, m_layoutBox.scrolledContentOffset(),
|
| + m_layoutBox.visualRect(), m_layoutBox.debugName(),
|
| + m_layoutBox.paintedOutputOfObjectHasNoEffectRegardlessOfSize());
|
|
|
| // The background painting code assumes that the borders are part of the
|
| // paintRect so we expand the paintRect by the border size when painting the
|
|
|