Use modified css rendering API

git-svn-id: svn://10.0.0.236/trunk@11158 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1998-09-26 17:17:20 +00:00
parent 557c249643
commit 679b3025ae
14 changed files with 14 additions and 14 deletions

View File

@@ -110,7 +110,7 @@ NS_METHOD nsTableCellFrame::Paint(nsIPresContext& aPresContext,
nsRect rect(0, 0, mRect.width, mRect.height);
nsCSSRendering::PaintBackground(aPresContext, aRenderingContext, this,
aDirtyRect, rect, *myColor);
aDirtyRect, rect, *myColor, 0, 0);
// empty cells do not render their border
if (0!=mPass1DesiredSize.width || 0!=mPass1DesiredSize.height)