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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user