Index: Source/core/paint/DeprecatedPaintLayerPainter.cpp |
diff --git a/Source/core/paint/DeprecatedPaintLayerPainter.cpp b/Source/core/paint/DeprecatedPaintLayerPainter.cpp |
index 2334d06a9cba5e406f58462c51a1ba5ee2b0365a..45a270afd22e24014a3c7eb217fa077f79725501 100644 |
--- a/Source/core/paint/DeprecatedPaintLayerPainter.cpp |
+++ b/Source/core/paint/DeprecatedPaintLayerPainter.cpp |
@@ -228,6 +228,8 @@ void DeprecatedPaintLayerPainter::paintLayerContents(GraphicsContext* context, c |
} |
DeprecatedPaintLayerPaintingInfo localPaintingInfo(paintingInfo); |
+ if (m_paintLayer.compositingState() == PaintsIntoOwnBacking) |
+ localPaintingInfo.subPixelAccumulation = m_paintLayer.subpixelAccumulation(); |
DeprecatedPaintLayerFragments layerFragments; |
if (shouldPaintContent || shouldPaintOutline || isPaintingOverlayScrollbars) { |