зеркало из https://github.com/mozilla/gecko-dev.git
Tree performance improvements.
This commit is contained in:
Родитель
f5d403674d
Коммит
4a0414c6e1
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче