Fixing bug 134278. Die kNameSpaceID_HTML, die! r=sicking@bigfoot.com, sr=heikki@netscape.com
git-svn-id: svn://10.0.0.236/trunk@121894 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -78,7 +78,6 @@ public:
|
||||
const nsRect& aDirtyRect,
|
||||
const nsRect& aRect);
|
||||
|
||||
virtual void SetNameSpace(PRInt32 aNameSpace);
|
||||
virtual void SetFrame(nsFrame* aFrame, nsIPresContext* aPresContext);
|
||||
|
||||
virtual void SetDisabled(PRBool aDisabled, PRBool notify);
|
||||
@@ -106,7 +105,6 @@ public:
|
||||
virtual void Redraw(nsIPresContext* aPresContext);
|
||||
|
||||
virtual nsIFrame* GetFrame();
|
||||
virtual PRInt32 GetNameSpace();
|
||||
|
||||
protected:
|
||||
|
||||
@@ -117,7 +115,6 @@ private:
|
||||
nsCOMPtr<nsIStyleContext> mInnerFocusStyle;
|
||||
nsCOMPtr<nsIStyleContext> mOuterFocusStyle;
|
||||
|
||||
PRInt32 mNameSpace;
|
||||
nsFrame* mFrame;
|
||||
|
||||
nsRect mOutlineRect;
|
||||
|
||||
Reference in New Issue
Block a user