backing out a change that went in with the new timer code that had nothing to do with timers and shouldn't have been checked in (and I don't know why was in my tree)
git-svn-id: svn://10.0.0.236/trunk@70543 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1efca71674
commit
56c86ec3c7
@ -607,9 +607,6 @@ nsImageFrame::Paint(nsIPresContext* aPresContext,
|
||||
inner.height = NSIntPixelsToTwips(image->GetHeight(), p2t);
|
||||
}
|
||||
|
||||
nsRect damageRect;
|
||||
damageRect.IntersectRect(inner, aDirtyRect);
|
||||
|
||||
if (lowImage != nsnull && lowSrcLinesLoaded > 0) {
|
||||
//inner.height = lowSrcLinesLoaded;
|
||||
aRenderingContext.DrawImage(lowImage, inner);
|
||||
|
||||
@ -607,9 +607,6 @@ nsImageFrame::Paint(nsIPresContext* aPresContext,
|
||||
inner.height = NSIntPixelsToTwips(image->GetHeight(), p2t);
|
||||
}
|
||||
|
||||
nsRect damageRect;
|
||||
damageRect.IntersectRect(inner, aDirtyRect);
|
||||
|
||||
if (lowImage != nsnull && lowSrcLinesLoaded > 0) {
|
||||
//inner.height = lowSrcLinesLoaded;
|
||||
aRenderingContext.DrawImage(lowImage, inner);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user