Index: Source/platform/scroll/ScrollAnimator.h |
diff --git a/Source/platform/scroll/ScrollAnimator.h b/Source/platform/scroll/ScrollAnimator.h |
index dc38615eac9d5255cf080010af5e5eb3285ab417..b4ea503ff4bcbfa46a4429ec766145a6092e7fc4 100644 |
--- a/Source/platform/scroll/ScrollAnimator.h |
+++ b/Source/platform/scroll/ScrollAnimator.h |
@@ -64,7 +64,7 @@ public: |
virtual void setIsActive() { } |
- virtual bool handleWheelEvent(const PlatformWheelEvent&); |
+ virtual bool handleWheelEvent(const PlatformWheelEvent&, bool canRubberbandLeft, bool canRubberbandRight); |
#if OS(MACOSX) |
virtual void handleWheelEventPhase(PlatformWheelEventPhase) { } |