Tree performance improvements.

This commit is contained in:
hyatt%netscape.com 2000-04-21 08:12:13 +00:00
Родитель f5d403674d
Коммит 4a0414c6e1
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -7681,6 +7681,7 @@ nsCSSFrameConstructor::ContentAppended(nsIPresContext* aPresContext,
}
else {
// We're going to be offscreen.
treeRowGroup->ClearRowGroupInfo();
treeRowGroup->ReflowScrollbar(aPresContext);
}
@ -8018,6 +8019,7 @@ nsCSSFrameConstructor::ContentInserted(nsIPresContext* aPresContext,
}
else {
// We're going to be offscreen.
treeRowGroup->ClearRowGroupInfo();
treeRowGroup->ReflowScrollbar(aPresContext);
}

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

@ -7681,6 +7681,7 @@ nsCSSFrameConstructor::ContentAppended(nsIPresContext* aPresContext,
}
else {
// We're going to be offscreen.
treeRowGroup->ClearRowGroupInfo();
treeRowGroup->ReflowScrollbar(aPresContext);
}
@ -8018,6 +8019,7 @@ nsCSSFrameConstructor::ContentInserted(nsIPresContext* aPresContext,
}
else {
// We're going to be offscreen.
treeRowGroup->ClearRowGroupInfo();
treeRowGroup->ReflowScrollbar(aPresContext);
}