Chromium Code Reviews| 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 166a90d5d586aad32c9659e5c068ca3259a29f39..2da8677c87c7a61812d673a710dd40e3cd2a2f56 100644 |
| --- a/chrome/browser/ui/libgtkui/native_theme_gtk3.cc |
| +++ b/chrome/browser/ui/libgtkui/native_theme_gtk3.cc |
| @@ -480,7 +480,7 @@ void NativeThemeGtk3::PaintScrollbarThumb( |
| Part part, |
| State state, |
| const gfx::Rect& rect, |
| - NativeTheme::ScrollbarOverlayColorTheme theme) const { |
| + const NativeTheme::ScrollbarThumbExtraParams&) const { |
|
Evan Stade
2017/03/28 00:01:56
nit: we don't leave off the parameter name even wh
|
| auto context = GetStyleContextFromCss( |
| GtkVersionCheck(3, 20) |
| ? "GtkScrollbar#scrollbar #contents #trough #slider" |