Bug 864771 - Stop calling nsSVGUtils::InvalidateBounds in DoApplyRenderingChangeToTree, and use DLBI instead. r=mattwoodrow

This commit is contained in:
Jonathan Watt 2013-04-24 10:13:28 +01:00
parent 59c7f200e6
commit fd6e233f6d

View File

@ -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;