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:
Matt Woodrow 2017-11-10 13:16:26 +13:00
Родитель 41ede31cd3
Коммит e1ee7ce3d0
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -1607,7 +1607,6 @@ public:
if (!aFrame->IsFrameModified()) {
mModifiedFramesDuringBuilding.AppendElement(aFrame);
aFrame->SetFrameIsModified(true);
mInInvalidSubtree = true;
return true;
}
return false;