Changed SetView/GetView to take an additional argument which is the
pres context git-svn-id: svn://10.0.0.236/trunk@51822 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -163,10 +163,10 @@ PRBool nsGfxRadioControlFrame::GetRadioState()
|
||||
return mChecked;
|
||||
}
|
||||
|
||||
void nsGfxRadioControlFrame::SetRadioState(PRBool aValue)
|
||||
void nsGfxRadioControlFrame::SetRadioState(nsIPresContext* aPresContext, PRBool aValue)
|
||||
{
|
||||
mChecked = aValue;
|
||||
nsFormControlHelper::ForceDrawFrame(this);
|
||||
nsFormControlHelper::ForceDrawFrame(aPresContext, this);
|
||||
}
|
||||
|
||||
#ifdef DEBUG_rods
|
||||
|
||||
Reference in New Issue
Block a user