Bug 1361051: rename mozilla::FrameType to mozilla::LayoutFrameType. r=xidorn

This avoids conflicts with mozilla::dom::FrameType.

MozReview-Commit-ID: 7aEMbHRaTFk
This commit is contained in:
Emilio Cobos Álvarez
2017-05-01 19:32:52 +02:00
parent 9387b22602
commit 643f3f8618
152 changed files with 642 additions and 613 deletions

View File

@@ -27,7 +27,7 @@ NS_NewHTMLButtonControlFrame(nsIPresShell* aPresShell, nsStyleContext* aContext)
NS_IMPL_FRAMEARENA_HELPERS(nsHTMLButtonControlFrame)
nsHTMLButtonControlFrame::nsHTMLButtonControlFrame(nsStyleContext* aContext,
FrameType aType)
LayoutFrameType aType)
: nsContainerFrame(aContext, aType)
{
}