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

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

Issue 2426793002: Aura overlay scrollbars adjust color for dark backgrounds (Closed)
Patch Set: update 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.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
index 3dbebffcc004b8b14126ffbf7d94bd82c6775ae7..301d2465ab092b53fef90000bfc3b69ea7b45428 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
@@ -514,6 +514,7 @@ class CORE_EXPORT PaintLayerScrollableArea final
void setHasVerticalScrollbar(bool hasScrollbar);
void updateScrollCornerStyle();
+ ScrollbarOverlayStyle getScrollbarOverlayStyle() const override;
// See comments on isPointInResizeControl.
void updateResizerAreaSet();

Powered by Google App Engine
This is Rietveld 408576698