Bug 240274 - remove PopState() argument. r=blizzard, sr=bryner

This commit is contained in:
tor@cs.brown.edu
2004-04-18 13:13:35 +00:00
parent 221cf943ad
commit 02dfd13b0b
62 changed files with 123 additions and 227 deletions

View File

@@ -353,7 +353,7 @@ nsHTMLButtonControlFrame::Paint(nsIPresContext* aPresContext,
PaintChildren(aPresContext, aRenderingContext, aDirtyRect, NS_FRAME_PAINT_LAYER_FLOATS);
PaintChildren(aPresContext, aRenderingContext, aDirtyRect, NS_FRAME_PAINT_LAYER_FOREGROUND);
aRenderingContext.PopState(clipEmpty);
aRenderingContext.PopState();
#endif