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

Unified Diff: chrome/browser/ui/libgtkui/native_theme_gtk3.cc

Issue 2763373002: Overlay scrollbars flush with window edge (Closed)
Patch Set: only flush 1 side Created 3 years, 9 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: chrome/browser/ui/libgtkui/native_theme_gtk3.cc
diff --git a/chrome/browser/ui/libgtkui/native_theme_gtk3.cc b/chrome/browser/ui/libgtkui/native_theme_gtk3.cc
index 7bdaaddc69ac70a208d97600b4c476c0038ce9f1..f507b7cada3e1958a2dfaef1bc90d1aa22918e40 100644
--- a/chrome/browser/ui/libgtkui/native_theme_gtk3.cc
+++ b/chrome/browser/ui/libgtkui/native_theme_gtk3.cc
@@ -474,7 +474,7 @@ void NativeThemeGtk3::PaintScrollbarThumb(
Part part,
State state,
const gfx::Rect& rect,
- NativeTheme::ScrollbarOverlayColorTheme theme) const {
+ const NativeTheme::ScrollbarThumbExtraParams&) const {
auto context = GetStyleContextFromCss(
GtkVersionCheck(3, 20)
? "GtkScrollbar#scrollbar #contents #trough #slider"

Powered by Google App Engine
This is Rietveld 408576698