mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Bug 1843847. Clear nsDisplayListBuilder::mCurrentContainerASR at the end of a paint. r=mstange, a=dsmith
Differential Revision: https://phabricator.services.mozilla.com/D183741
This commit is contained in:
parent
1799329451
commit
0c32ce59ea
@ -790,6 +790,7 @@ void nsDisplayListBuilder::AddEffectUpdate(dom::RemoteBrowser* aBrowser,
|
||||
void nsDisplayListBuilder::EndFrame() {
|
||||
NS_ASSERTION(!mInInvalidSubtree,
|
||||
"Someone forgot to cleanup mInInvalidSubtree!");
|
||||
mCurrentContainerASR = nullptr;
|
||||
mActiveScrolledRoots.Clear();
|
||||
mEffectsUpdates.Clear();
|
||||
FreeClipChains();
|
||||
|
Loading…
Reference in New Issue
Block a user