| Index: Source/core/rendering/compositing/RenderLayerCompositor.cpp
|
| diff --git a/Source/core/rendering/compositing/RenderLayerCompositor.cpp b/Source/core/rendering/compositing/RenderLayerCompositor.cpp
|
| index 6c641a288462cfeae2e3f71362969b167c3866db..a620ac9c5f3a3d4138dd39f396334ffee3e458f0 100644
|
| --- a/Source/core/rendering/compositing/RenderLayerCompositor.cpp
|
| +++ b/Source/core/rendering/compositing/RenderLayerCompositor.cpp
|
| @@ -743,7 +743,7 @@ String RenderLayerCompositor::layerTreeAsText(LayerTreeFlags flags)
|
| // The true root layer is not included in the dump, so if we want to report
|
| // its repaint rects, they must be included here.
|
| if (flags & LayerTreeIncludesRepaintRects)
|
| - return m_renderView.frameView()->trackedRepaintRectsAsText() + layerTreeText;
|
| + return m_renderView.frameView()->trackedPaintInvalidationRectsAsText() + layerTreeText;
|
|
|
| return layerTreeText;
|
| }
|
|
|