зеркало из https://github.com/mozilla/gecko-dev.git
Bug 874487 - Have nsSVGUseFrame notify any rendering observers when the referenced element is re-cloned. r=roc
This commit is contained in:
Родитель
4cb15b9ce5
Коммит
405906cf2b
|
@ -227,6 +227,7 @@ nsSVGUseFrame::CreateAnonymousContent(nsTArray<ContentInfo>& aElements)
|
|||
SVGUseElement *use = static_cast<SVGUseElement*>(mContent);
|
||||
|
||||
nsIContent* clone = use->CreateAnonymousContent();
|
||||
nsSVGEffects::InvalidateRenderingObservers(this);
|
||||
if (!clone)
|
||||
return NS_ERROR_FAILURE;
|
||||
if (!aElements.AppendElement(clone))
|
||||
|
|
Загрузка…
Ссылка в новой задаче