mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1264837 Part 30 - Remove nsSVGMarkerAnonChildFrameBase. r=dholbert
MozReview-Commit-ID: C9G8KoYAna3 --HG-- extra : rebase_source : 87df6e46ff6a26fcdcabaab24dfd6a8c0b044690
This commit is contained in:
parent
836528eeac
commit
9ef3b285a4
@ -267,7 +267,7 @@ nsSVGMarkerAnonChildFrame::Init(nsIContent* aContent,
|
||||
{
|
||||
MOZ_ASSERT(aParent->GetType() == nsGkAtoms::svgMarkerFrame,
|
||||
"Unexpected parent");
|
||||
nsSVGMarkerAnonChildFrameBase::Init(aContent, aParent, aPrevInFlow);
|
||||
nsSVGDisplayContainerFrame::Init(aContent, aParent, aPrevInFlow);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -133,19 +133,14 @@ private:
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// nsMarkerAnonChildFrame class
|
||||
|
||||
typedef nsSVGDisplayContainerFrame nsSVGMarkerAnonChildFrameBase;
|
||||
|
||||
/**
|
||||
*/
|
||||
class nsSVGMarkerAnonChildFrame
|
||||
: public nsSVGMarkerAnonChildFrameBase
|
||||
class nsSVGMarkerAnonChildFrame : public nsSVGDisplayContainerFrame
|
||||
{
|
||||
friend nsContainerFrame*
|
||||
NS_NewSVGMarkerAnonChildFrame(nsIPresShell* aPresShell,
|
||||
nsStyleContext* aContext);
|
||||
|
||||
explicit nsSVGMarkerAnonChildFrame(nsStyleContext* aContext)
|
||||
: nsSVGMarkerAnonChildFrameBase(aContext)
|
||||
: nsSVGDisplayContainerFrame(aContext)
|
||||
{}
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user