Index: Source/platform/mac/ScrollElasticityController.h |
diff --git a/Source/platform/mac/ScrollElasticityController.h b/Source/platform/mac/ScrollElasticityController.h |
index 180e79c9335c9e0cd8c93f143b85de2e5f774eb4..79067d1012ef6c519b97533dea7bcafc3facbec9 100644 |
--- a/Source/platform/mac/ScrollElasticityController.h |
+++ b/Source/platform/mac/ScrollElasticityController.h |
@@ -65,7 +65,7 @@ class ScrollElasticityController { |
public: |
explicit ScrollElasticityController(ScrollElasticityControllerClient*); |
- bool handleWheelEvent(const PlatformWheelEvent&); |
+ bool handleWheelEvent(const PlatformWheelEvent&, bool canRubberbandLeft, bool canRubberbandRight); |
void snapRubberBandTimerFired(); |
bool isRubberBandInProgress() const; |