| Index: Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h
|
| diff --git a/Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h b/Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h
|
| index 27a260bd6065d0e5455d3c82f99e8474d2d10205..d46935441cff9120a4febf119023306acb6ad6e9 100644
|
| --- a/Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h
|
| +++ b/Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h
|
| @@ -48,7 +48,7 @@ protected:
|
| IntRect backButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) override;
|
| IntRect forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) override;
|
|
|
| - void updateButtonPlacement(const std::string& buttonPlacement) override;
|
| + void updateButtonPlacement(ScrollbarButtonsPlacement buttonPlacement) override;
|
|
|
| bool hasButtons(ScrollbarThemeClient*) override;
|
| bool hasThumb(ScrollbarThemeClient*) override;
|
|
|