| 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 3177d5b6572d50fa2ce97f860ab606fa2761eb8b..6f5ca5326dd58d412d4f6a0be6699ccf1d29459b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
|
| @@ -98,7 +98,7 @@ protected:
|
|
|
| void update(const PaintArtifact& artifact)
|
| {
|
| - m_paintArtifactCompositor->update(artifact);
|
| + m_paintArtifactCompositor->update(artifact, nullptr);
|
| m_webLayerTreeView->layerTreeHost()->LayoutAndUpdateLayers();
|
| }
|
|
|
|
|