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