Bug 77147

Summary: Move horizontal rubber-band checks to ScrollElasticityController::handleWheelEvent
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch aroben: review+

Description Anders Carlsson 2012-01-26 14:57:10 PST
Move horizontal rubber-band checks to ScrollElasticityController::handleWheelEvent
Comment 1 Anders Carlsson 2012-01-26 14:59:14 PST
Created attachment 124184 [details]
Patch
Comment 2 Adam Roben (:aroben) 2012-01-26 15:02:33 PST
Comment on attachment 124184 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=124184&action=review

> Source/WebCore/platform/mac/ScrollAnimatorMac.mm:-923
> -            !shouldRubberBandInHorizontalDirection(wheelEvent, m_scrollableArea))

Can you remove the shouldRubberBandInHorizontalDirection static function now?
Comment 3 Anders Carlsson 2012-01-26 15:06:19 PST
Committed r106051: <http://trac.webkit.org/changeset/106051>