| Index: Source/core/layout/compositing/DeprecatedPaintLayerCompositor.cpp
|
| diff --git a/Source/core/layout/compositing/DeprecatedPaintLayerCompositor.cpp b/Source/core/layout/compositing/DeprecatedPaintLayerCompositor.cpp
|
| index b4421cf820e2e1d044528dc327873706d772562b..7f50b0f64c6a861ba8f197f6b2e85458a96d4793 100644
|
| --- a/Source/core/layout/compositing/DeprecatedPaintLayerCompositor.cpp
|
| +++ b/Source/core/layout/compositing/DeprecatedPaintLayerCompositor.cpp
|
| @@ -73,7 +73,7 @@ DeprecatedPaintLayerCompositor::DeprecatedPaintLayerCompositor(LayoutView& layou
|
| , m_compositing(false)
|
| , m_rootShouldAlwaysCompositeDirty(true)
|
| , m_needsUpdateFixedBackground(false)
|
| - , m_isTrackingPaintInvalidations(false)
|
| + , m_isTrackingPaintInvalidations(layoutView.frameView()->isTrackingPaintInvalidations())
|
| , m_inOverlayFullscreenVideo(false)
|
| , m_needsUpdateDescendantDependentFlags(false)
|
| , m_rootLayerAttachment(RootLayerUnattached)
|
|
|