| Index: third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| index ef7de5aa65bbf057a301189510231036a82a5ec0..5c70cf5be1bd59418a0c903d56a299d566a96bd4 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| @@ -378,7 +378,7 @@ PaintLayerPainter::PaintResult PaintLayerPainter::paintLayerContents(GraphicsCon
|
| properties.clip = localBorderBoxProperties.propertyTreeState.clip;
|
| properties.effect = localBorderBoxProperties.propertyTreeState.effect;
|
| properties.backfaceHidden = m_paintLayer.layoutObject()->hasHiddenBackface();
|
| - scopedPaintChunkProperties.emplace(context.getPaintController(), properties);
|
| + scopedPaintChunkProperties.emplace(context.getPaintController(), m_paintLayer, properties);
|
| }
|
|
|
| bool shouldPaintBackground = isPaintingCompositedBackground && shouldPaintContent && !selectionOnly;
|
|
|