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

@@ -58,7 +58,7 @@ public:
};
nsImageControlFrame::nsImageControlFrame(nsStyleContext* aContext)
: nsImageFrame(aContext, FrameType::ImageControl)
: nsImageFrame(aContext, LayoutFrameType::ImageControl)
{
}