disabled reflow-mapped-child for now

git-svn-id: svn://10.0.0.236/trunk@2109 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp
1998-05-21 16:29:20 +00:00
parent f80729a530
commit b7133a9963
2 changed files with 6 additions and 2 deletions

View File

@@ -344,10 +344,12 @@ nsLineLayout::WordBreakReflow()
nsresult
nsLineLayout::ReflowMappedChild()
{
if (mMustReflowMappedChildren) {
if (mMustReflowMappedChildren || PR_TRUE) {
/*
NS_FRAME_LOG(NS_FRAME_TRACE_CHILD_REFLOW,
("nsLineLayout::ReflowMappedChild: must reflow frame=%p[%d]",
mKidFrame, mKidIndex));
*/
return ReflowChild(nsnull);
}