Comment 25 for bug 327863

Revision history for this message
In , Zack Weinberg (zackw) wrote :

Created attachment 372172
WIP patch part 1: make nsIFrame::IsCollapsed callable without an nsBoxLayoutState

I know what's going on now and I need a bit of help to resolve the bug. Here's part one of my work-in-progress patch, which just removes the (totally unused) nsBoxLayoutState& parameter to nsIFrame::IsCollapsed(). I need this so I can call it from nsCSSReflowState::InitOffsets(). I think this can go in now, by itself. Explanation along with next patch.