[webkit-reviews] review granted: [Bug 61893] Switch ContainerNode to use IntPoint : [Attachment 96271] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 7 12:04:25 PDT 2011


Eric Seidel <eric at webkit.org> has granted Emil A Eklund <eae at chromium.org>'s
request for review:
Bug 61893: Switch ContainerNode to use IntPoint
https://bugs.webkit.org/show_bug.cgi?id=61893

Attachment 96271: Patch
https://bugs.webkit.org/attachment.cgi?id=96271&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=96271&action=review

> Source/WebCore/platform/graphics/FloatPoint.h:125
> +	   return FloatPoint(m_x > other.m_x ? m_x : other.m_x, m_y > other.m_y
? m_y : other.m_y);

This sounds like std::min/std::max....


More information about the webkit-reviews mailing list