Disable reflow optimizations for now

git-svn-id: svn://10.0.0.236/trunk@2057 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp 1998-05-20 21:51:51 +00:00
parent 3edc3aaa94
commit e4dbeae2e8
2 changed files with 8 additions and 0 deletions

View File

@ -348,6 +348,10 @@ nsLineLayout::WordBreakReflow()
nsresult
nsLineLayout::ReflowMappedChild(nsReflowCommand* aReflowCommand)
{
if (1 == 1) {
return ReflowChild(aReflowCommand);
}
// XXX look at reflow command and look at the next frame to get the
// command and if it's mKidFrame then pass through to ReflowChild
// otherwise don't

View File

@ -348,6 +348,10 @@ nsLineLayout::WordBreakReflow()
nsresult
nsLineLayout::ReflowMappedChild(nsReflowCommand* aReflowCommand)
{
if (1 == 1) {
return ReflowChild(aReflowCommand);
}
// XXX look at reflow command and look at the next frame to get the
// command and if it's mKidFrame then pass through to ReflowChild
// otherwise don't