Bug 290048 - change of <svg:use> attribute not shown. r=scooter, a=asa.

This commit is contained in:
tor%cs.brown.edu 2005-04-27 16:54:12 +00:00
parent d8423cfc35
commit 880ec49c96

View File

@ -68,14 +68,6 @@ public:
// nsISVGContainerFrame interface:
already_AddRefed<nsIDOMSVGMatrix> GetCanvasTM();
// nsIFrame interface:
NS_IMETHOD
Init(nsPresContext* aPresContext,
nsIContent* aContent,
nsIFrame* aParent,
nsStyleContext* aContext,
nsIFrame* aPrevInFlow);
/**
* Get the "type" of the frame
*
@ -174,27 +166,6 @@ NS_INTERFACE_MAP_BEGIN(nsSVGUseFrame)
NS_INTERFACE_MAP_ENTRY(nsIAnonymousContentCreator)
NS_INTERFACE_MAP_END_INHERITING(nsSVGUseFrameBase)
//----------------------------------------------------------------------
// nsIFrame methods
NS_IMETHODIMP
nsSVGUseFrame::Init(nsPresContext* aPresContext,
nsIContent* aContent,
nsIFrame* aParent,
nsStyleContext* aContext,
nsIFrame* aPrevInFlow)
{
mContent = aContent;
NS_IF_ADDREF(mContent);
mParent = aParent;
InitSVG();
SetStyleContext(aPresContext, aContext);
return NS_OK;
}
//----------------------------------------------------------------------
// nsISVGContainerFrame methods: