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 dd54124d01444d75db34608430cba936e363895e..c5d8ea3c9edd9dc03d69b06798ac2679379542ad 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp |
@@ -293,7 +293,7 @@ void LayoutBox::styleDidChange(StyleDifference diff, |
} |
if (isDocumentElement() || isBody()) { |
- document().view()->recalculateScrollbarOverlayStyle( |
+ document().view()->recalculateScrollbarOverlayColorTheme( |
document().view()->documentBackgroundColor()); |
document().view()->recalculateCustomScrollbarStyle(); |
if (LayoutView* layoutView = view()) { |