[Webkit-unassigned] [Bug 60585] Convert RenderBox::setLocation, setLogicalLocation and setLogicalSize to IntPoint/IntSize
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 11 20:13:21 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60585
--- Comment #5 from Eric Seidel <eric at webkit.org> 2011-05-11 20:13:21 PST ---
(From update of attachment 93209)
View in context: https://bugs.webkit.org/attachment.cgi?id=93209&action=review
> Source/WebCore/platform/graphics/FloatPoint.h:207
> +inline IntPoint roundedAwayFromZeroIntPoint(const FloatPoint& p)
> +{
> + return IntPoint(lroundf(p.x()), lroundf(p.y()));
I don't understand why this is the right name?
--
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