Bug 1053986 - Rename nsIFrame::GetMinSize to GetXULMinSize, and related methods. r=dholbert
Written purely with sed, over .h and .cpp files in layout/. MozReview-Commit-ID: Jhe3o3kIOe0
This commit is contained in:
@@ -586,10 +586,10 @@ nsTextControlFrame::ReflowTextControlChild(nsIFrame* aKid,
|
||||
}
|
||||
|
||||
nsSize
|
||||
nsTextControlFrame::GetMinSize(nsBoxLayoutState& aState)
|
||||
nsTextControlFrame::GetXULMinSize(nsBoxLayoutState& aState)
|
||||
{
|
||||
// XXXbz why? Why not the nsBoxFrame sizes?
|
||||
return nsBox::GetMinSize(aState);
|
||||
return nsBox::GetXULMinSize(aState);
|
||||
}
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user