Fix bug 313498 -- no need for aPresContext in GetOptionsContainer. r+sr=roc.
git-svn-id: svn://10.0.0.236/trunk@182852 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -171,7 +171,6 @@ public:
|
||||
NS_IMETHOD AboutToRollup();
|
||||
NS_IMETHOD UpdateSelection();
|
||||
NS_IMETHOD SetOverrideReflowOptimization(PRBool aValue) { mOverrideReflowOpt = aValue; return NS_OK; }
|
||||
NS_IMETHOD GetOptionsContainer(nsPresContext* aPresContext, nsIFrame** aFrame);
|
||||
NS_IMETHOD FireOnChange();
|
||||
NS_IMETHOD ComboboxFinish(PRInt32 aIndex);
|
||||
|
||||
@@ -260,6 +259,10 @@ protected:
|
||||
PRBool HandleListSelection(nsIDOMEvent * aDOMEvent, PRInt32 selectedIndex);
|
||||
void InitSelectionRange(PRInt32 aClickedIndex);
|
||||
|
||||
nsIFrame* GetOptionsContainer() {
|
||||
return GetScrolledFrame();
|
||||
}
|
||||
|
||||
// Data Members
|
||||
PRInt32 mStartSelectionIndex;
|
||||
PRInt32 mEndSelectionIndex;
|
||||
|
||||
Reference in New Issue
Block a user