| 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 2e69829b2ac331b700c38b47eeb98faa02bf4815..d52105a018d99823b864a002df77b28e812ee7df 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;
|
|
|