Bug 338004 - Remove unneeded overloads from nsSVGStopFrame. r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@196716 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -53,11 +53,6 @@ class nsSVGStopFrame : public nsSVGStopFrameBase
|
||||
public:
|
||||
nsSVGStopFrame(nsStyleContext* aContext) : nsSVGStopFrameBase(aContext) {}
|
||||
|
||||
// nsISupports interface:
|
||||
NS_IMETHOD QueryInterface(const nsIID& aIID, void** aInstancePtr);
|
||||
NS_IMETHOD_(nsrefcnt) AddRef() { return NS_OK; }
|
||||
NS_IMETHOD_(nsrefcnt) Release() { return NS_OK; }
|
||||
|
||||
// nsIFrame interface:
|
||||
NS_IMETHOD DidSetStyleContext();
|
||||
|
||||
@@ -87,12 +82,6 @@ public:
|
||||
nsStyleContext* aContext);
|
||||
};
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// nsISupports methods:
|
||||
|
||||
NS_INTERFACE_MAP_BEGIN(nsSVGStopFrame)
|
||||
NS_INTERFACE_MAP_END_INHERITING(nsSVGStopFrameBase)
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// Implementation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user