[webkit-dev] [webkit-changes] [47610] trunk/WebCore

Adam Roben aroben at apple.com
Fri Aug 21 07:20:43 PDT 2009


On Aug 20, 2009, at 8:07 PM, bweinstein at apple.com wrote:

> +static inline int adjustedScrollDelta(int beginningDelta) {
> +    // This implemention matches Firefox's.
> +    // http://mxr.mozilla.org/firefox/source/toolkit/content/widgets/browser.xml#856 
> .
>

Firefox's implementation is in JavaScript, which means that the  
numbers are all doubles. Your implementation uses ints. Does the  
difference matter?

-Adam

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090821/3cf89eca/attachment.html>


More information about the webkit-dev mailing list