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
Родитель e61f5b77d0
Коммит 60ab4f8513
1 изменённых файлов: 0 добавлений и 29 удалений

Просмотреть файл

@ -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: