Use modified css rendering API

This commit is contained in:
kipp@netscape.com
1998-09-26 17:17:20 +00:00
parent a5e9310a8f
commit 73ce388bce
14 changed files with 14 additions and 14 deletions

View File

@@ -69,7 +69,7 @@ NS_METHOD nsHTMLContainerFrame::Paint(nsIPresContext& aPresContext,
nsRect rect(0, 0, mRect.width, mRect.height);
nsCSSRendering::PaintBackground(aPresContext, aRenderingContext, this,
aDirtyRect, rect, *color);
aDirtyRect, rect, *color, 0, 0);
nsCSSRendering::PaintBorder(aPresContext, aRenderingContext, this,
aDirtyRect, rect, *spacing, skipSides);
}