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

r=blizzard, sr=bryner


git-svn-id: svn://10.0.0.236/trunk@155395 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tor%cs.brown.edu
2004-04-23 16:13:26 +00:00
parent 53ed320f71
commit 1f540003bd
2 changed files with 2 additions and 6 deletions

View File

@@ -3084,10 +3084,8 @@ nsCSSRendering::PaintBackgroundWithSC(nsIPresContext* aPresContext,
#if (!defined(XP_UNIX) && !defined(XP_BEOS)) || defined(XP_MACOSX)
// Setup clipping so that rendering doesn't leak out of the computed
// dirty rect
PRBool clipState;
aRenderingContext.PushState();
aRenderingContext.SetClipRect(dirtyRect, nsClipCombine_kIntersect,
clipState);
aRenderingContext.SetClipRect(dirtyRect, nsClipCombine_kIntersect);
#endif
// Compute the x and y starting points and limits for tiling