Index: Source/platform/mac/ScrollElasticityController.h |
diff --git a/Source/platform/mac/ScrollElasticityController.h b/Source/platform/mac/ScrollElasticityController.h |
index 180e79c9335c9e0cd8c93f143b85de2e5f774eb4..a1acefa3a2cec89c535f5d8f71f655e678afd5ca 100644 |
--- a/Source/platform/mac/ScrollElasticityController.h |
+++ b/Source/platform/mac/ScrollElasticityController.h |
@@ -74,7 +74,8 @@ private: |
void stopSnapRubberbandTimer(); |
void snapRubberBand(); |
- bool shouldRubberBandInHorizontalDirection(const PlatformWheelEvent&); |
+ // This method controls whether a given event can trigger rubber banding. |
+ bool shouldStartRubberBanding(const PlatformWheelEvent&); |
ScrollElasticityControllerClient* m_client; |