| Index: third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp
|
| index f40c28eb6cb7792919661eaf07f43a4d26a1bd03..c3aa04ca8c55a2ad840226fee261ed862e446f15 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp
|
| @@ -51,7 +51,7 @@ class GeometryMapperTest : public ::testing::Test {
|
| nullptr, rootTransformNode, rootClipNode, CompositorFilterOperations(),
|
| 1.0);
|
| rootScrollNode = ScrollPaintPropertyNode::create(
|
| - nullptr, rootTransformNode, IntSize(), IntSize(), false, false);
|
| + nullptr, rootTransformNode, IntSize(), IntSize(), false, false, 0);
|
| geometryMapper = makeUnique<GeometryMapper>();
|
| }
|
|
|
|
|