зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1275452 - Part 2: Eagerly restyle native anonymous content in stylo. r=bholley
--HG-- extra : rebase_source : d0e728b4edcd32482743e98f5aecd22c669354f1
This commit is contained in:
Родитель
4e94a3cb48
Коммит
9f068966f6
|
@ -4241,6 +4241,13 @@ nsCSSFrameConstructor::GetAnonymousContent(nsIContent* aParent,
|
|||
}
|
||||
}
|
||||
|
||||
if (ServoStyleSet* styleSet = mPresShell->StyleSet()->GetAsServo()) {
|
||||
// Eagerly compute styles for the anonymous content tree.
|
||||
for (auto& info : aContent) {
|
||||
styleSet->RestyleSubtree(info.mContent);
|
||||
}
|
||||
}
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче