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:
L. David Baron
2016-04-20 21:28:31 -07:00
parent 2f53d7f019
commit 4419f3e86b
45 changed files with 91 additions and 91 deletions

View File

@@ -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