зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1047928 patch 7 - Don't rerun selector matching when user font set is updated. r=bzbarsky
This commit is contained in:
Родитель
9d6f04553e
Коммит
0dc72db2ca
|
@ -2182,7 +2182,7 @@ nsPresContext::UserFontSetUpdated()
|
|||
// requires rebuilding the rule tree from the top, avoiding the
|
||||
// reuse of cached data even when no style rules have changed.
|
||||
|
||||
PostRebuildAllStyleDataEvent(NS_STYLE_HINT_REFLOW, eRestyle_Subtree);
|
||||
PostRebuildAllStyleDataEvent(NS_STYLE_HINT_REFLOW, eRestyle_ForceDescendants);
|
||||
}
|
||||
|
||||
FontFaceSet*
|
||||
|
|
Загрузка…
Ссылка в новой задаче