| Index: Source/web/mac/WebScrollbarTheme.mm
|
| ===================================================================
|
| --- Source/web/mac/WebScrollbarTheme.mm (revision 168176)
|
| +++ Source/web/mac/WebScrollbarTheme.mm (working copy)
|
| @@ -45,7 +45,7 @@
|
|
|
| void WebScrollbarTheme::updateScrollbars(
|
| float initialButtonDelay, float autoscrollButtonDelay,
|
| - bool jumpOnTrackClick, ScrollerStyle preferredScrollerStyle, bool redraw)
|
| + ScrollerStyle preferredScrollerStyle, bool redraw)
|
| {
|
| ScrollbarTheme* theme = ScrollbarTheme::theme();
|
| if (theme->isMockTheme())
|
| @@ -52,7 +52,7 @@
|
| return;
|
|
|
| static_cast<ScrollbarThemeMacCommon*>(ScrollbarTheme::theme())->preferencesChanged(
|
| - initialButtonDelay, autoscrollButtonDelay, jumpOnTrackClick, preferredScrollerStyle, redraw);
|
| + initialButtonDelay, autoscrollButtonDelay, preferredScrollerStyle, redraw);
|
| }
|
|
|
| } // namespace blink
|
|
|