[webkit-reviews] review granted: [Bug 83061] [chromium] Switch touchpad fling curve physics to absolute (not scaled) curve. : [Attachment 135413] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 3 13:56:19 PDT 2012


James Robinson <jamesr at chromium.org> has granted W. James MacLean
<wjmaclean at chromium.org>'s request for review:
Bug 83061: [chromium] Switch touchpad fling curve physics to absolute (not
scaled) curve.
https://bugs.webkit.org/show_bug.cgi?id=83061

Attachment 135413: Patch
https://bugs.webkit.org/attachment.cgi?id=135413&action=review

------- Additional Comments from James Robinson <jamesr at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=135413&action=review


OK

> Source/WebCore/platform/TouchpadFlingPlatformGestureCurve.cpp:54
> +const int TouchpadFlingPlatformGestureCurve::m_maxSearchIterations = 40;

30 or maybe even 20 should be sufficient, we only have 21 bits in the mantissa
of a float


More information about the webkit-reviews mailing list