Index: third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.cpp b/third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.cpp |
index 3640750194eb3c1386bcafda9abcb3f1af0fe024..5941bafe0b3874c1a38917232a18313646cfb66f 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.cpp |
@@ -10,7 +10,7 @@ ScrollPaintPropertyNode* ScrollPaintPropertyNode::root() { |
DEFINE_STATIC_REF(ScrollPaintPropertyNode, root, |
(ScrollPaintPropertyNode::create( |
nullptr, TransformPaintPropertyNode::root(), IntSize(), |
- IntSize(), false, false))); |
+ IntSize(), false, false, 0))); |
return root; |
} |