[webkit-reviews] review granted: [Bug 63655] Switch computeWidth and computeHeight functions to new layout types : [Attachment 99155] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 29 14:59:24 PDT 2011


Eric Seidel <eric at webkit.org> has granted Levi Weintraub <leviw at chromium.org>'s
request for review:
Bug 63655: Switch computeWidth and computeHeight functions to new layout types
https://bugs.webkit.org/show_bug.cgi?id=63655

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

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

> Source/WebCore/rendering/LayoutTypes.h:44
> +#define LAYOUT_MAX INT_MAX

I guess we could use numeric_limits<LayoutUnit>::max() in the callsites.  I'm
not sure that's any better though.


More information about the webkit-reviews mailing list