| 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 4719dc3de4304b14b0fa846ca8c369b7e8b9da7e..f9a810445847fb99a7d836445bc3563ceea99a82 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
|
| @@ -108,7 +108,8 @@ class PaintArtifactCompositorTestWithPropertyTrees
|
| }
|
|
|
| void update(const PaintArtifact& artifact) {
|
| - m_paintArtifactCompositor->update(artifact, nullptr, false);
|
| + GeometryMapper geometryMapper;
|
| + m_paintArtifactCompositor->update(artifact, nullptr, false, geometryMapper);
|
| m_webLayerTreeView->layerTreeHost()->LayoutAndUpdateLayers();
|
| }
|
|
|
|
|