Index: Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h |
diff --git a/Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h b/Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h |
index 428a6b0c000fe25cd10680b5de5487be0a02b3d0..27a260bd6065d0e5455d3c82f99e8474d2d10205 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() override; |
+ void updateButtonPlacement(const std::string& buttonPlacement) override; |
bool hasButtons(ScrollbarThemeClient*) override; |
bool hasThumb(ScrollbarThemeClient*) override; |