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 5dd795ed2319cda2be1b601ba235d95e66dfd712..1dccb27619bf29fa526119cb33f60993f6ce12b5 100644 |
--- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp |
@@ -119,7 +119,9 @@ class PaintArtifactCompositorTestWithPropertyTrees |
void update(const PaintArtifact& artifact) { |
GeometryMapper geometryMapper; |
- m_paintArtifactCompositor->update(artifact, nullptr, false, geometryMapper); |
+ PaintArtifactCompositor::ScrollClientMap scrollClients; |
+ m_paintArtifactCompositor->update(artifact, nullptr, false, geometryMapper, |
+ scrollClients); |
m_webLayerTreeView->layerTreeHost()->LayoutAndUpdateLayers(); |
} |