| 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 a240f8a112be65e8281829b5e91e3cc0048964ac..71118b2aa70bfcd686873ab7151a299f53be84c6 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -294,7 +294,7 @@ void LayoutBox::styleDidChange(StyleDifference diff,
|
|
|
| if (isDocumentElement() || isBody()) {
|
| document().view()->recalculateScrollbarOverlayStyle(
|
| - document().view()->documentBackgroundColor());
|
| + document().view()->documentBackgroundColor(), false);
|
| document().view()->recalculateCustomScrollbarStyle();
|
| if (LayoutView* layoutView = view()) {
|
| if (PaintLayerScrollableArea* scrollableArea =
|
|
|