Bug 240274 - remove unused argument of SetClip{Rect,Region}.

r=blizzard, sr=bryner


git-svn-id: svn://10.0.0.236/trunk@155393 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tor%cs.brown.edu
2004-04-23 15:21:24 +00:00
parent dbce836aae
commit fba58fbb27
48 changed files with 113 additions and 212 deletions

View File

@@ -345,9 +345,8 @@ nsHTMLButtonControlFrame::Paint(nsIPresContext* aPresContext,
rect.Deflate(border);
aRenderingContext.PushState();
PRBool clipEmpty;
aRenderingContext.SetClipRect(rect, nsClipCombine_kIntersect, clipEmpty);
aRenderingContext.SetClipRect(rect, nsClipCombine_kIntersect);
PaintChildren(aPresContext, aRenderingContext, aDirtyRect, NS_FRAME_PAINT_LAYER_BACKGROUND);
PaintChildren(aPresContext, aRenderingContext, aDirtyRect, NS_FRAME_PAINT_LAYER_FLOATS);