| 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 400994e5bcbef1ff417faebfdb5b27c8885298eb..984a8049f9d4e65ec55eb5a2fa468428485127cd 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
|
| @@ -91,7 +91,7 @@ class PaintArtifactCompositorTestWithPropertyTrees : public ::testing::Test {
|
| }
|
|
|
| void update(const PaintArtifact& artifact) {
|
| - m_paintArtifactCompositor->update(artifact);
|
| + m_paintArtifactCompositor->update(artifact, nullptr);
|
| m_webLayerTreeView->layerTreeHost()->LayoutAndUpdateLayers();
|
| }
|
|
|
|
|