Index: third_party/WebKit/Source/core/layout/LayoutBox.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.cpp b/third_party/WebKit/Source/core/layout/LayoutBox.cpp |
index ceda19d736df198810bb3f7c2d9de80fdc95a461..dcc1c628b8eddd477a19504c4b1be37aae32798b 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp |
@@ -1498,7 +1498,7 @@ bool LayoutBox::getBackgroundPaintedExtent(LayoutRect& paintedExtent) const { |
// TODO(jchaffraix): This function should be rethought as it's called during |
// and outside of the paint phase. Potentially returning different results at |
// different phases. |
- geometry.calculate(*this, nullptr, GlobalPaintNormalPhase, |
+ geometry.calculate(*this, nullptr, nullptr, GlobalPaintNormalPhase, |
style()->backgroundLayers(), backgroundRect); |
if (geometry.hasNonLocalGeometry()) |
return false; |