Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h |
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h |
index 811cb6a1b3fbc6cc06c0178621bc56700c6347a5..efc629340da1b14ba63ad1d6b23079c130383b7c 100644 |
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h |
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h |
@@ -51,7 +51,8 @@ class PLATFORM_EXPORT ScrollbarThemeOverlay : public ScrollbarTheme { |
ScrollbarPart invalidateOnThumbPositionChange( |
const ScrollbarThemeClient&, |
float oldPosition, |
- float newPosition) const override; |
+ float newPosition, |
+ bool hitBeginOrEndChanged) const override; |
ScrollbarPart invalidateOnEnabledChange() const override; |