| Index: chrome/browser/ui/libgtkui/native_theme_gtk3.h
|
| diff --git a/chrome/browser/ui/libgtkui/native_theme_gtk3.h b/chrome/browser/ui/libgtkui/native_theme_gtk3.h
|
| index 5317336e9350a1049d1d673eb39775c278b2328d..2e46a6de8b695745ffbf1e0eff49f9dcdd1a5bf8 100644
|
| --- a/chrome/browser/ui/libgtkui/native_theme_gtk3.h
|
| +++ b/chrome/browser/ui/libgtkui/native_theme_gtk3.h
|
| @@ -35,7 +35,7 @@ class NativeThemeGtk3 : public ui::NativeThemeBase {
|
| Part part,
|
| State state,
|
| const gfx::Rect& rect,
|
| - NativeTheme::ScrollbarOverlayColorTheme theme) const override;
|
| + const NativeTheme::ScrollbarThumbExtraParams& params) const override;
|
| void PaintScrollbarCorner(cc::PaintCanvas* canvas,
|
| State state,
|
| const gfx::Rect& rect) const override;
|
|
|