Disable reflow optimizations for now

This commit is contained in:
kipp 1998-05-20 21:51:51 +00:00
Родитель c91b0cacc2
Коммит 32a594133f
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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