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:
@@ -195,8 +195,7 @@ nsPageContentFrame::Paint(nsIPresContext* aPresContext,
|
||||
rect.y = 0;
|
||||
}
|
||||
|
||||
PRBool clipEmpty;
|
||||
aRenderingContext.SetClipRect(rect, nsClipCombine_kReplace, clipEmpty);
|
||||
aRenderingContext.SetClipRect(rect, nsClipCombine_kReplace);
|
||||
|
||||
nsresult rv = nsContainerFrame::Paint(aPresContext, aRenderingContext, aDirtyRect, aWhichLayer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user