Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.cpp

Issue 2577123002: Add optional debugging output of what paint chunks go into what layers. (Closed)
Patch Set: none Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698