Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h |
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h |
index 7cd1e28a07479d4ac3f60cfa94bff7a541c18a96..2bf825f5b30e74f8208d80c6227760de7b0521d7 100644 |
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h |
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h |
@@ -71,7 +71,8 @@ class PLATFORM_EXPORT ScrollbarThemeAura : public ScrollbarTheme { |
ScrollbarPart invalidateOnThumbPositionChange( |
const ScrollbarThemeClient&, |
float oldPosition, |
- float newPosition) const override; |
+ float newPosition, |
+ bool hitBeginOrEndChanged) const override; |
private: |
FRIEND_TEST_ALL_PREFIXES(ScrollbarThemeAuraTest, ButtonSizeHorizontal); |