On Aug 20, 2009, at 8:07 PM, bweinst...@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

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to