Passing stylecontext into Paintborder()
git-svn-id: svn://10.0.0.236/trunk@18352 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f95d3a13e2
commit
ac07320328
@ -3975,7 +3975,7 @@ nsBaseIBFrame::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);
|
||||
}
|
||||
|
||||
// If overflow is hidden then set the clip rect so that children
|
||||
|
||||
@ -3975,7 +3975,7 @@ nsBaseIBFrame::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);
|
||||
}
|
||||
|
||||
// If overflow is hidden then set the clip rect so that children
|
||||
|
||||
@ -3975,7 +3975,7 @@ nsBaseIBFrame::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);
|
||||
}
|
||||
|
||||
// If overflow is hidden then set the clip rect so that children
|
||||
|
||||
@ -3975,7 +3975,7 @@ nsBaseIBFrame::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);
|
||||
}
|
||||
|
||||
// If overflow is hidden then set the clip rect so that children
|
||||
|
||||
@ -3975,7 +3975,7 @@ nsBaseIBFrame::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);
|
||||
}
|
||||
|
||||
// If overflow is hidden then set the clip rect so that children
|
||||
|
||||
@ -3975,7 +3975,7 @@ nsBaseIBFrame::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);
|
||||
}
|
||||
|
||||
// If overflow is hidden then set the clip rect so that children
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user