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 e770539f028c02b239265ab568cbfb6ae50f6d46..6a5637267c07a8fdee391d99f2050582f6c16bc3 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(); |
} |