Passing styleContext info. to PaintBorder().

This commit is contained in:
harishd%netscape.com 1999-01-22 22:25:58 +00:00
Родитель 1844f0a29c
Коммит 5d18d3400f
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -65,7 +65,7 @@ nsHTMLContainerFrame::Paint(nsIPresContext& aPresContext,
nsCSSRendering::PaintBackground(aPresContext, aRenderingContext, this,
aDirtyRect, rect, *color, *spacing, 0, 0);
nsCSSRendering::PaintBorder(aPresContext, aRenderingContext, this,
aDirtyRect, rect, *spacing, skipSides);
aDirtyRect, rect, *spacing, mStyleContext, skipSides);
}
}

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

@ -65,7 +65,7 @@ nsHTMLContainerFrame::Paint(nsIPresContext& aPresContext,
nsCSSRendering::PaintBackground(aPresContext, aRenderingContext, this,
aDirtyRect, rect, *color, *spacing, 0, 0);
nsCSSRendering::PaintBorder(aPresContext, aRenderingContext, this,
aDirtyRect, rect, *spacing, skipSides);
aDirtyRect, rect, *spacing, mStyleContext, skipSides);
}
}