| 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 882eadfab0ba37ccc82799febfbb9f140d5083b5..b3a36f8d23a355d41ab037c9cdf1b165aae1e217 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -1504,7 +1504,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;
|
|
|