| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index e1b62509b08c745affd26a7a3a85dcc10a194dd6..8b7bc5383fb4b977889f2be47011cc511e925ebd 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -3050,7 +3050,8 @@ void FrameView::pushPaintArtifactToCompositor() {
|
|
|
| m_paintArtifactCompositor->update(
|
| m_paintController->paintArtifact(),
|
| - m_paintController->paintChunksRasterInvalidationTrackingMap());
|
| + m_paintController->paintChunksRasterInvalidationTrackingMap(),
|
| + m_isStoringCompositedLayerDebugInfo);
|
| }
|
|
|
| std::unique_ptr<JSONObject> FrameView::compositedLayersAsJSON(
|
|
|