[Webkit-unassigned] [Bug 60409] Convert x, y and width, height pairs to IntPoint and IntSize for RenderLayer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 6 17:04:07 PDT 2011


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





--- Comment #5 from Simon Fraser (smfr) <simon.fraser at apple.com>  2011-05-06 17:04:07 PST ---
(From update of attachment 92647)
View in context: https://bugs.webkit.org/attachment.cgi?id=92647&action=review

> Source/WebCore/platform/graphics/IntPoint.h:93
> +    void move(const IntPoint& s) { move(s.x(), s.y()); } 

This is logically inconsistent - what does it mean to move a point by another point? It seems like the calling code should be using an IntSize.

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