Bug 403181, fix bustage

This commit is contained in:
roc+@cs.cmu.edu 2008-03-02 17:14:57 -08:00
parent 8e907ad002
commit ad8da38faa

View File

@ -566,7 +566,7 @@ nsBaseDragService::DrawDragForImage(nsPresContext* aPresContext,
gfxRect inRect = gfxRect(srcRect.x, srcRect.y, srcRect.width, srcRect.height);
gfxRect outRect = gfxRect(destRect.x, destRect.y, destRect.width, destRect.height);
return img->Draw(*rc, inRect, outRect);
return img->Draw(*rc, inRect, inRect, outRect);
}
void