Index: Source/core/input/EventHandler.h |
diff --git a/Source/core/input/EventHandler.h b/Source/core/input/EventHandler.h |
index 5a131309cfaf097de2b1e70ea11a8e3b9d0d60a2..e3c6a8602c080affd72fcde52788cce093235001 100644 |
--- a/Source/core/input/EventHandler.h |
+++ b/Source/core/input/EventHandler.h |
@@ -251,7 +251,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&); |