[Webkit-unassigned] [Bug 60592] Convert RenderFlexibleBox to use IntPoint/IntSize instead of x, y/w, h pairs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 09:20:05 PDT 2011


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





--- Comment #6 from Darin Adler <darin at apple.com>  2011-05-11 09:20:04 PST ---
(From update of attachment 93056)
View in context: https://bugs.webkit.org/attachment.cgi?id=93056&action=review

> Source/WebCore/rendering/RenderFlexibleBox.h:53
> +    void placeChild(RenderBox* child, IntPoint location);

Normally we’d use const IntPoint& instead of just IntPoint to avoid extra constructor overhead.

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