Skip to content

Commit

Permalink
Bug 1652194 - Remove SVGGenericContainerFrame r=jwatt
Browse files Browse the repository at this point in the history
  • Loading branch information
longsonr committed Jul 16, 2020
1 parent 0cfcab6 commit 63ae9a2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 113 deletions.
3 changes: 0 additions & 3 deletions layout/base/nsCSSFrameConstructor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ nsContainerFrame* NS_NewSVGOuterSVGAnonChildFrame(PresShell* aPresShell,
nsIFrame* NS_NewSVGInnerSVGFrame(PresShell* aPresShell, ComputedStyle* aStyle);
nsIFrame* NS_NewSVGGeometryFrame(PresShell* aPresShell, ComputedStyle* aStyle);
nsIFrame* NS_NewSVGGFrame(PresShell* aPresShell, ComputedStyle* aStyle);
nsIFrame* NS_NewSVGGenericContainerFrame(PresShell* aPresShell,
ComputedStyle* aStyle);
nsContainerFrame* NS_NewSVGForeignObjectFrame(PresShell* aPresShell,
ComputedStyle* aStyle);
nsIFrame* NS_NewSVGAFrame(PresShell* aPresShell, ComputedStyle* aStyle);
Expand Down Expand Up @@ -5006,7 +5004,6 @@ nsCSSFrameConstructor::FindSVGData(const Element& aElement,
SIMPLE_SVG_CREATE(rect, NS_NewSVGGeometryFrame),
SIMPLE_SVG_CREATE(path, NS_NewSVGGeometryFrame),
SIMPLE_SVG_CREATE(defs, NS_NewSVGContainerFrame),
SIMPLE_SVG_CREATE(generic_, NS_NewSVGGenericContainerFrame),
{nsGkAtoms::text,
FCDATA_WITH_WRAPPING_BLOCK(
FCDATA_DISALLOW_OUT_OF_FLOW | FCDATA_ALLOW_BLOCK_STYLES,
Expand Down
50 changes: 0 additions & 50 deletions layout/svg/SVGGenericContainerFrame.cpp

This file was deleted.

57 changes: 0 additions & 57 deletions layout/svg/SVGGenericContainerFrame.h

This file was deleted.

1 change: 0 additions & 1 deletion layout/svg/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ UNIFIED_SOURCES += [
'SVGFilterFrame.cpp',
'SVGFilterInstance.cpp',
'SVGForeignObjectFrame.cpp',
'SVGGenericContainerFrame.cpp',
'SVGGeometryFrame.cpp',
'SVGGFrame.cpp',
'SVGGradientFrame.cpp',
Expand Down
2 changes: 0 additions & 2 deletions xpcom/ds/StaticAtoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -1406,8 +1406,6 @@
Atom("G", "G"),
Atom("g", "g"),
Atom("gamma", "gamma"),
# 'generic' conflicts with msvc11 winrt compiler extensions
Atom("generic_", "generic"),
Atom("glyphRef", "glyphRef"),
Atom("grad", "grad"),
Atom("gradientTransform", "gradientTransform"),
Expand Down

0 comments on commit 63ae9a2

Please sign in to comment.