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

Unified Diff: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp

Issue 2380683006: SPv2: Add support for tracking raster paint invalidations in testing. (Closed)
Patch Set: none Created 4 years, 2 months 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 400994e5bcbef1ff417faebfdb5b27c8885298eb..984a8049f9d4e65ec55eb5a2fa468428485127cd 100644
--- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
@@ -91,7 +91,7 @@ class PaintArtifactCompositorTestWithPropertyTrees : public ::testing::Test {
}
void update(const PaintArtifact& artifact) {
- m_paintArtifactCompositor->update(artifact);
+ m_paintArtifactCompositor->update(artifact, nullptr);
m_webLayerTreeView->layerTreeHost()->LayoutAndUpdateLayers();
}

Powered by Google App Engine
This is Rietveld 408576698