| Index: ui/native_theme/native_theme_mac.mm
|
| diff --git a/ui/native_theme/native_theme_mac.mm b/ui/native_theme/native_theme_mac.mm
|
| index c6c79f7dc94eadfb475ba8917551248bc3398673..f9579042bb3554f983b23b1bc520abda4c00d6ca 100644
|
| --- a/ui/native_theme/native_theme_mac.mm
|
| +++ b/ui/native_theme/native_theme_mac.mm
|
| @@ -108,7 +108,7 @@ SkColor ColorToGrayscale(SkColor color) {
|
| namespace ui {
|
|
|
| // static
|
| -NativeTheme* NativeTheme::GetInstanceForWeb() {
|
| +NativeTheme* NativeTheme::GetInstanceForWeb(bool /*use_overlay_scrollbars*/) {
|
| return NativeThemeMac::instance();
|
| }
|
|
|
|
|