Index: Source/core/input/EventHandler.h |
diff --git a/Source/core/input/EventHandler.h b/Source/core/input/EventHandler.h |
index c9297d30df6fe3eef8a5d6ca1f41447853af3e85..81da19ffd320577cb1ab0bd4b62a34079171788a 100644 |
--- a/Source/core/input/EventHandler.h |
+++ b/Source/core/input/EventHandler.h |
@@ -269,7 +269,7 @@ private: |
ScrollResultOneDimensional scroll(ScrollDirection, ScrollGranularity, Node* startNode = nullptr, Node** stopNode = nullptr, float delta = 1.0f, IntPoint absolutePoint = IntPoint()); |
void resetOverscroll(bool didScrollX, bool didScrollY); |
- void handleOverscroll(const ScrollResult&, const PlatformGestureEvent&); |
+ void handleOverscroll(const ScrollResult&, const FloatPoint& position = FloatPoint(), const FloatSize& velocity = FloatSize()); |
void customizedScroll(const Node& startNode, ScrollState&); |