[Webkit-unassigned] [Bug 60585] Convert RenderBox::setLocation, setLogicalLocation and setLogicalSize to IntPoint/IntSize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 12 11:27:29 PDT 2011


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #93313|review?                     |review+
               Flag|                            |




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

OK.

> Source/WebCore/rendering/RenderBox.h:83
> +            setLocation(IntPoint(location.y(), location.x()));

Seems we want some sort of helper function to do this flip for us.  Not necessarily in this change, but eventually. :)

> Source/WebCore/rendering/RenderBox.h:104
> +            setSize(IntSize(size.height(), size.width()));

Again 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