[Webkit-unassigned] [Bug 69739] Loss of precision when converting from double to int and double to float in FrameView::zoomAnimatorTransformChanged()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 9 23:14:42 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69739





--- Comment #3 from Daniel Bates <dbates at webkit.org>  2011-10-09 23:14:42 PST ---
>From reading the patch (attachment #110142) the only caller of zoomAnimatorTransformChanged() passes floats for the arguments. So, it seems sufficient to modify the prototype of zoomAnimatorTransformChanged() to take floats instead of doubles. Then we can remove these casts. Is there a reason that zoomAnimatorTransformChanged() takes doubles?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list