Bug 783995 - enable animation of view element attributes. r=dholbert
This commit is contained in:
@@ -164,6 +164,8 @@ nsIFrame*
|
||||
NS_NewSVGContainerFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
|
||||
nsIFrame*
|
||||
NS_NewSVGUseFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
|
||||
nsIFrame*
|
||||
NS_NewSVGViewFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
|
||||
extern nsIFrame*
|
||||
NS_NewSVGLinearGradientFrame(nsIPresShell *aPresShell, nsStyleContext* aContext);
|
||||
extern nsIFrame*
|
||||
@@ -4974,6 +4976,7 @@ nsCSSFrameConstructor::FindSVGData(Element* aElement,
|
||||
SIMPLE_SVG_CREATE(radialGradient, NS_NewSVGRadialGradientFrame),
|
||||
SIMPLE_SVG_CREATE(stop, NS_NewSVGStopFrame),
|
||||
SIMPLE_SVG_CREATE(use, NS_NewSVGUseFrame),
|
||||
SIMPLE_SVG_CREATE(view, NS_NewSVGViewFrame),
|
||||
SIMPLE_SVG_CREATE(marker, NS_NewSVGMarkerFrame),
|
||||
SIMPLE_SVG_CREATE(image, NS_NewSVGImageFrame),
|
||||
SIMPLE_SVG_CREATE(clipPath, NS_NewSVGClipPathFrame),
|
||||
|
||||
Reference in New Issue
Block a user