| 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 3bc1709ebb82d41630deda811a4c8265d7b1c927..4570464f09adffda5d47cd666a76877751b05968 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -276,7 +276,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()) {
|
|
|