[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:12:54 PDT 2011


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





--- Comment #4 from Eric Seidel <eric at webkit.org>  2011-05-11 20:12:54 PST ---
(From update of attachment 93209)
View in context: https://bugs.webkit.org/attachment.cgi?id=93209&action=review

> Source/WebCore/rendering/RenderBox.cpp:1374
> +        setLocation(roundedAwayFromZeroIntPoint(FloatPoint(box->x(), box->y())));

Seems we should add a box->position() accessor...  Except aren't x() y() ints here?

-- 
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