| Index: Source/platform/scroll/ScrollbarThemeMacCommon.mm
|
| diff --git a/Source/platform/scroll/ScrollbarThemeMacCommon.mm b/Source/platform/scroll/ScrollbarThemeMacCommon.mm
|
| index baa40e36c4113a84acd59bb9257d237b6db6c651..0a8c33e70a36c56027e0329cb764e7c7fcd26b61 100644
|
| --- a/Source/platform/scroll/ScrollbarThemeMacCommon.mm
|
| +++ b/Source/platform/scroll/ScrollbarThemeMacCommon.mm
|
| @@ -163,7 +163,7 @@ ScrollbarThemeMacCommon::~ScrollbarThemeMacCommon()
|
| {
|
| }
|
|
|
| -void ScrollbarThemeMacCommon::preferencesChanged(float initialButtonDelay, float autoscrollButtonDelay, NSScrollerStyle preferredScrollerStyle, bool redraw, bool scrollAnimationEnabled, const std::string& buttonPlacement)
|
| +void ScrollbarThemeMacCommon::preferencesChanged(float initialButtonDelay, float autoscrollButtonDelay, NSScrollerStyle preferredScrollerStyle, bool redraw, bool scrollAnimationEnabled, ScrollbarButtonsPlacement buttonPlacement)
|
| {
|
| updateButtonPlacement(buttonPlacement);
|
| gInitialButtonDelay = initialButtonDelay;
|
|
|