зеркало из https://github.com/mozilla/gecko-dev.git
Fix linux orange. r=pav, sr=ben
This commit is contained in:
Родитель
3f230b528f
Коммит
75145f0e74
|
@ -103,8 +103,9 @@ nsresult imgRequest::AddObserver(imgIDecoderObserver *observer)
|
|||
observer->OnStartContainer(nsnull, nsnull, mImage);
|
||||
|
||||
// Send frame messages (OnStartFrame, OnDataAvailable, OnStopFrame)
|
||||
PRUint32 nframes;
|
||||
mImage->GetNumFrames(&nframes);
|
||||
PRUint32 nframes = 0;
|
||||
if (mImage)
|
||||
mImage->GetNumFrames(&nframes);
|
||||
|
||||
if (nframes > 0) {
|
||||
nsCOMPtr<gfxIImageFrame> frame;
|
||||
|
|
Загрузка…
Ссылка в новой задаче