зеркало из https://github.com/mozilla/gecko-dev.git
Bug 767701 - Add missing nsSVGEffects::InvalidateDirectRenderingObservers() call to the clipPath code. r=longsonr.
This commit is contained in:
Родитель
f96c8ed522
Коммит
05e101c7eb
|
@ -283,6 +283,7 @@ nsSVGClipPathFrame::AttributeChanged(PRInt32 aNameSpaceID,
|
|||
{
|
||||
if (aNameSpaceID == kNameSpaceID_None) {
|
||||
if (aAttribute == nsGkAtoms::transform) {
|
||||
nsSVGEffects::InvalidateDirectRenderingObservers(this);
|
||||
nsSVGUtils::NotifyChildrenOfSVGChange(this,
|
||||
nsISVGChildFrame::TRANSFORM_CHANGED);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче