Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(752)

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp

Issue 2426793002: Aura overlay scrollbars adjust color for dark backgrounds (Closed)
Patch Set: fix Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
}

Powered by Google App Engine
This is Rietveld 408576698