| 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 c1a2d942e590a7e88625a68784a63e3e557a25bb..d76d401beb00363b277a42bdeda5ebb667b720e8 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -278,7 +278,7 @@ void LayoutBox::styleDidChange(StyleDifference diff, const ComputedStyle* oldSty
|
| }
|
|
|
| if (isDocumentElement() || isBody()) {
|
| - document().view()->recalculateScrollbarOverlayStyle();
|
| + document().view()->recalculateScrollbarOverlayStyle(document().view()->documentBackgroundColor());
|
| document().view()->recalculateCustomScrollbarStyle();
|
| if (LayoutView* layoutView = view()) {
|
| if (PaintLayerScrollableArea* scrollableArea = layoutView->scrollableArea()) {
|
|
|