| Index: Source/core/layout/compositing/DeprecatedPaintLayerCompositor.cpp
|
| diff --git a/Source/core/layout/compositing/DeprecatedPaintLayerCompositor.cpp b/Source/core/layout/compositing/DeprecatedPaintLayerCompositor.cpp
|
| index 53657cedd899cc8ab4f52e093fa34c4a0a19b8e6..5182682081981e7a43b1edf206e84d4c8bafec18 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)
|
|
|