| 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 615790ee60e6acf14385a85f10807f5a290109b5..a1a493238496563a5b21b733addac70822d5eefc 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| @@ -333,6 +333,7 @@ PaintLayerPainter::PaintResult PaintLayerPainter::paintLayerContents(GraphicsCon
|
| PaintChunkProperties properties(context.getPaintController().currentPaintChunkProperties());
|
| auto& localBorderBoxProperties = *objectPaintProperties->localBorderBoxProperties();
|
| properties.transform = localBorderBoxProperties.propertyTreeState.transform;
|
| + properties.scroll = localBorderBoxProperties.scroll;
|
| properties.clip = localBorderBoxProperties.propertyTreeState.clip;
|
| properties.effect = localBorderBoxProperties.propertyTreeState.effect;
|
| properties.backfaceHidden = m_paintLayer.layoutObject()->hasHiddenBackface();
|
|
|