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 a41e2de4ccff295e86aa1a0ed7ba473e266f4560..b7838dd8974933c01e2d7cf0db031846defff776 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp |
@@ -328,6 +328,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(); |