More conversion fun!
Created attachment 99155 [details] Patch
Comment on attachment 99155 [details] Patch 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.
(In reply to comment #2) > (From update of attachment 99155 [details]) > 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. I like that way more actually. I'll change it before landing.
Comment on attachment 99155 [details] Patch 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. > > I like that way more actually. I'll change it before landing. Good. I think itβs much better!
Created attachment 99173 [details] Patch for landing
Comment on attachment 99173 [details] Patch for landing Clearing flags on attachment: 99173 Committed r90069: <http://trac.webkit.org/changeset/90069>
All reviewed patches have been landed. Closing bug.