Bug 77147 - Move horizontal rubber-band checks to ScrollElasticityController::handleWheelEvent
Summary: Move horizontal rubber-band checks to ScrollElasticityController::handleWheel...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-26 14:57 PST by Anders Carlsson
Modified: 2012-01-26 15:06 PST (History)
0 users

See Also:


Attachments
Patch (7.57 KB, patch)
2012-01-26 14:59 PST, Anders Carlsson
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>