[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 16:48:55 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60409
--- Comment #2 from Eric Seidel <eric at webkit.org> 2011-05-06 16:48:55 PST ---
(From update of attachment 92647)
View in context: https://bugs.webkit.org/attachment.cgi?id=92647&action=review
You are my hero.
> Source/WebCore/rendering/RenderLayer.cpp:144
> + , m_topLeft(0, 0)
> + , m_layerSize(0, 0)
> + , m_scrollOffset(0, 0)
> + , m_scrollOverflow(0, 0)
> + , m_scrollSize(0, 0)
Do we even need these now? Doesn't IntSize(), IntPoint() do the right thing?
--
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