b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
child list and changed ReparentFrameView() to check it. git-svn-id: svn://10.0.0.236/trunk@58373 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -115,7 +115,8 @@ public:
|
||||
|
||||
|
||||
// from nsIAnonymousContentCreator
|
||||
NS_IMETHOD CreateAnonymousContent(nsISupportsArray& aChildList);
|
||||
NS_IMETHOD CreateAnonymousContent(nsIPresContext* aPresContext,
|
||||
nsISupportsArray& aChildList);
|
||||
|
||||
|
||||
// mouse events when out browse button is pressed
|
||||
@@ -183,7 +184,8 @@ protected:
|
||||
nsIPresContext* mPresContext; // weak reference
|
||||
|
||||
private:
|
||||
nsTextControlFrame* GetTextControlFrame(nsIFrame* aStart);
|
||||
nsTextControlFrame* GetTextControlFrame(nsIPresContext* aPresContext,
|
||||
nsIFrame* aStart);
|
||||
|
||||
NS_IMETHOD_(nsrefcnt) AddRef() { return NS_OK; }
|
||||
NS_IMETHOD_(nsrefcnt) Release() { return NS_OK; }
|
||||
|
||||
Reference in New Issue
Block a user