mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1264837 Part 22 - Remove nsSVGGenericContainerFrameBase. r=dholbert
MozReview-Commit-ID: A3Mct3IxlJW --HG-- extra : rebase_source : b9089ea6789e67fbf7dc6cc1a05490c3af668123
This commit is contained in:
parent
fdd9183c2b
commit
6cd43df135
@ -18,15 +18,15 @@ class nsIFrame;
|
||||
class nsIPresShell;
|
||||
class nsStyleContext;
|
||||
|
||||
typedef nsSVGDisplayContainerFrame nsSVGGenericContainerFrameBase;
|
||||
|
||||
class nsSVGGenericContainerFrame : public nsSVGGenericContainerFrameBase
|
||||
class nsSVGGenericContainerFrame : public nsSVGDisplayContainerFrame
|
||||
{
|
||||
friend nsIFrame*
|
||||
NS_NewSVGGenericContainerFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
|
||||
|
||||
protected:
|
||||
explicit nsSVGGenericContainerFrame(nsStyleContext* aContext) : nsSVGGenericContainerFrameBase(aContext) {}
|
||||
|
||||
explicit nsSVGGenericContainerFrame(nsStyleContext* aContext)
|
||||
: nsSVGDisplayContainerFrame(aContext) {}
|
||||
|
||||
public:
|
||||
NS_DECL_FRAMEARENA_HELPERS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user