Bug 1649177 - Move SVG filter classes to the mozilla namespace r=dholbert

Differential Revision: https://phabricator.services.mozilla.com/D81555
This commit is contained in:
longsonr
2020-06-30 18:11:50 +00:00
parent 2e667a5744
commit bca28257e5
59 changed files with 348 additions and 327 deletions

View File

@@ -106,7 +106,7 @@ FRAME_CLASSES = [
Frame("SVGFEImageFrame", "SVGFEImage", LEAF),
Frame("SVGFELeafFrame", "SVGFELeaf", LEAF),
Frame("SVGFEUnstyledLeafFrame", "SVGFEUnstyledLeaf", LEAF),
Frame("nsSVGFilterFrame", "SVGFilter", NOT_LEAF),
Frame("SVGFilterFrame", "SVGFilter", NOT_LEAF),
Frame("SVGForeignObjectFrame", "SVGForeignObject", NOT_LEAF),
Frame("SVGGenericContainerFrame", "SVGGenericContainer", NOT_LEAF),
Frame("SVGGeometryFrame", "SVGGeometry", LEAF),