Bug 1088760 - Remove nsRenderingContext, replacing all of its uses with gfxContext. r=jwatt,jrmuizel
MozReview-Commit-ID: K1WUIOnvazF
This commit is contained in:
committed by
Jeff Muizelaar
parent
fb2f684d18
commit
c6fbc5e17e
@@ -422,7 +422,7 @@ nsFileControlFrame::DnDListener::CanDropTheseFiles(nsIDOMDataTransfer* aDOMDataT
|
||||
}
|
||||
|
||||
nscoord
|
||||
nsFileControlFrame::GetMinISize(nsRenderingContext *aRenderingContext)
|
||||
nsFileControlFrame::GetMinISize(gfxContext *aRenderingContext)
|
||||
{
|
||||
nscoord result;
|
||||
DISPLAY_MIN_WIDTH(this, result);
|
||||
|
||||
Reference in New Issue
Block a user