| Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| index 57e8539ce33fbf0c3f98b9cbb7a7ff2308174a49..19ae78c5d775fa3fb46919f64fc7c46eaed81353 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| @@ -973,7 +973,7 @@ void PaintLayerScrollableArea::updateAfterStyleChange(
|
| box().style()->visitedDependentColor(CSSPropertyBackgroundColor);
|
|
|
| if (newBackground != oldBackground) {
|
| - recalculateScrollbarOverlayStyle(newBackground);
|
| + recalculateScrollbarOverlayColorTheme(newBackground);
|
| }
|
| }
|
|
|
|
|