Bug 272288 Patch 3: Evaluate whether we should start animating, when SVG-as-image document finishes loading. r=roc a=roc

This commit is contained in:
Daniel Holbert 2010-12-19 16:45:29 -08:00
Родитель 901759a6ef
Коммит 65d5175ea1
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -687,6 +687,7 @@ VectorImage::OnStopRequest(nsIRequest* aRequest, nsISupports* aCtxt,
observer->OnStopFrame(nsnull, 0);
observer->OnStopDecode(nsnull, NS_OK, nsnull);
}
EvaluateAnimation();
return rv;
}