Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch by
Taras Glek <tglek@mozilla.com>, rs=roc. git-svn-id: svn://10.0.0.236/trunk@222659 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -150,7 +150,7 @@ nsGfxRadioControlFrame::PaintRadioButtonFromStyle(
|
||||
// doesn't draw a round enough circle.
|
||||
nsStyleBackground tmpColor = *myColor;
|
||||
tmpColor.mBackgroundColor = color->mColor;
|
||||
nsPresContext* pc = GetPresContext();
|
||||
nsPresContext* pc = PresContext();
|
||||
nsCSSRendering::PaintBackgroundWithSC(pc, aRenderingContext,
|
||||
this, aDirtyRect, rect,
|
||||
tmpColor, *myBorder, *myPadding, PR_FALSE);
|
||||
|
||||
Reference in New Issue
Block a user