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

Unified Diff: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.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/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
index 9385eac88be27466cb47953a261f6efc4669165b..c61409dc30a5dbbc7b399ac20c9a7fffe2674b97 100644
--- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
@@ -94,7 +94,7 @@ class PaintArtifactCompositorTestWithPropertyTrees : public ::testing::Test {
}
void update(const PaintArtifact& artifact) {
- m_paintArtifactCompositor->update(artifact, nullptr);
+ m_paintArtifactCompositor->update(artifact, nullptr, false);
m_webLayerTreeView->layerTreeHost()->LayoutAndUpdateLayers();
}

Powered by Google App Engine
This is Rietveld 408576698