| Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeMacCommon.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMacCommon.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMacCommon.h
|
| index 185ba2a2418013645591efce2b53e34d140e36d2..84ce2cb9b1d56a1d8f47bfaa8be6890751a3ced6 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMacCommon.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMacCommon.h
|
| @@ -41,7 +41,7 @@ public:
|
|
|
| void registerScrollbar(ScrollbarThemeClient&) override;
|
| void unregisterScrollbar(ScrollbarThemeClient&) override;
|
| - void preferencesChanged(float initialButtonDelay, float autoscrollButtonDelay, NSScrollerStyle preferredScrollerStyle, bool redraw, bool scrollAnimationEnabled, WebScrollbarButtonsPlacement);
|
| + void preferencesChanged(float initialButtonDelay, float autoscrollButtonDelay, NSScrollerStyle preferredScrollerStyle, bool redraw, WebScrollbarButtonsPlacement);
|
|
|
| bool supportsControlTints() const override { return true; }
|
|
|
|
|