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 26dd8d69f5392b7c987176d5bccba9ed9d90d784..c4f0cc0e421426b15ff10454e57fe1699f5e01b2 100644 |
--- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp |
@@ -121,8 +121,9 @@ class PaintArtifactCompositorTestWithPropertyTrees |
void update(const PaintArtifact& artifact) { |
std::unique_ptr<GeometryMapper> geometryMapper = GeometryMapper::create(); |
- m_paintArtifactCompositor->update(artifact, nullptr, false, |
- *geometryMapper); |
+ CompositorElementIdSet elementIds; |
+ m_paintArtifactCompositor->update(artifact, nullptr, false, *geometryMapper, |
+ elementIds); |
m_webLayerTreeView->layerTreeHost()->LayoutAndUpdateLayers(); |
} |