Bug 1053986 - Rename nsIFrame::IsCollapsed to IsXULCollapsed, and related methods. r=dholbert

This is a manual subset of changes written with sed, over .h and .cpp
files in layout/.  It's a subset because there is also a Selection
method called IsCollapsed, which is not changed here.

MozReview-Commit-ID: 9JgnPv0Hkff
This commit is contained in:
L. David Baron
2016-04-20 21:28:32 -07:00
parent 15df9934a9
commit a66b07471f
17 changed files with 52 additions and 52 deletions

View File

@@ -593,7 +593,7 @@ nsTextControlFrame::GetXULMinSize(nsBoxLayoutState& aState)
}
bool
nsTextControlFrame::IsCollapsed()
nsTextControlFrame::IsXULCollapsed()
{
// We're never collapsed in the box sense.
return false;