mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 864771 - Stop calling nsSVGUtils::InvalidateBounds in DoApplyRenderingChangeToTree, and use DLBI instead. r=mattwoodrow
This commit is contained in:
parent
59c7f200e6
commit
fd6e233f6d
@ -7733,7 +7733,8 @@ DoApplyRenderingChangeToTree(nsIFrame* aFrame,
|
||||
} else {
|
||||
needInvalidatingPaint = true;
|
||||
// Just invalidate our area:
|
||||
nsSVGUtils::InvalidateBounds(aFrame);
|
||||
nsSVGEffects::InvalidateRenderingObservers(aFrame);
|
||||
aFrame->InvalidateFrameSubtree();
|
||||
}
|
||||
} else {
|
||||
needInvalidatingPaint = true;
|
||||
|
Loading…
Reference in New Issue
Block a user