Bug 805696 - Always invalidate nsImageFrames when we change to a new image request. r=joe

This commit is contained in:
Matt Woodrow 2012-11-01 14:25:44 +13:00
Родитель af2be86e6e
Коммит 1f21bb1052
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -679,10 +679,9 @@ nsImageFrame::NotifyNewCurrentRequest(imgIRequest *aRequest,
presShell->FrameNeedsReflow(this, nsIPresShell::eStyleChange,
NS_FRAME_IS_DIRTY);
}
} else {
// Update border+content to account for image change
InvalidateFrame();
}
// Update border+content to account for image change
InvalidateFrame();
}
}