| Index: Source/platform/mac/ScrollAnimatorMac.h
|
| diff --git a/Source/platform/mac/ScrollAnimatorMac.h b/Source/platform/mac/ScrollAnimatorMac.h
|
| index f7efdd2e8d0f98364d87e79e5aa287fcb323fcfd..359b576d4bae960b2f477151c14e3c0d4162475a 100644
|
| --- a/Source/platform/mac/ScrollAnimatorMac.h
|
| +++ b/Source/platform/mac/ScrollAnimatorMac.h
|
| @@ -89,7 +89,7 @@ private:
|
| virtual void scrollToOffsetWithoutAnimation(const FloatPoint&) OVERRIDE;
|
|
|
| #if USE(RUBBER_BANDING)
|
| - virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
|
| + virtual bool handleWheelEvent(const PlatformWheelEvent&, bool canRubberbandLeft, bool canRubberbandRight) OVERRIDE;
|
| #endif
|
|
|
| virtual void handleWheelEventPhase(PlatformWheelEventPhase) OVERRIDE;
|
|
|