зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1415672 - Don't invalidate the entire frame tree when we're marking a specific frame as being modified. r=miko
--HG-- extra : rebase_source : 7ec5936718e52803bcdf6f1edf435b8247c5107d
This commit is contained in:
Родитель
41ede31cd3
Коммит
e1ee7ce3d0
|
@ -1607,7 +1607,6 @@ public:
|
|||
if (!aFrame->IsFrameModified()) {
|
||||
mModifiedFramesDuringBuilding.AppendElement(aFrame);
|
||||
aFrame->SetFrameIsModified(true);
|
||||
mInInvalidSubtree = true;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Загрузка…
Ссылка в новой задаче