bug 113424 - mechanism for percent height frames inside table cells to receive special height reflow. sr=attinasi, r=alexsavulov
git-svn-id: svn://10.0.0.236/trunk@110006 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1013,7 +1013,7 @@ nsHTMLFramesetFrame::ReflowPlaceChild(nsIFrame* aChild,
|
||||
// Place and size the child
|
||||
metrics.width = aSize.width;
|
||||
metrics.height = aSize.height;
|
||||
FinishReflowChild(aChild, aPresContext, metrics, aOffset.x, aOffset.y, 0);
|
||||
FinishReflowChild(aChild, aPresContext, nsnull, metrics, aOffset.x, aOffset.y, 0);
|
||||
}
|
||||
|
||||
static
|
||||
|
||||
Reference in New Issue
Block a user