зеркало из https://github.com/mozilla/pjs.git
Bug 290048 - change of <svg:use> attribute not shown. r=scooter, a=asa.
This commit is contained in:
Родитель
e61f5b77d0
Коммит
60ab4f8513
|
@ -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:
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче