Changed SetView/GetView to take an additional argument which is the
pres context
This commit is contained in:
@@ -86,9 +86,11 @@ nsSelectsAreaFrame::IsOptionElementFrame(nsIFrame *aFrame)
|
||||
|
||||
//---------------------------------------------------------
|
||||
NS_IMETHODIMP
|
||||
nsSelectsAreaFrame::GetFrameForPoint(const nsPoint& aPoint, nsIFrame** aFrame)
|
||||
nsSelectsAreaFrame::GetFrameForPoint(nsIPresContext* aPresContext,
|
||||
const nsPoint& aPoint,
|
||||
nsIFrame** aFrame)
|
||||
{
|
||||
nsAreaFrame::GetFrameForPoint(aPoint, aFrame);
|
||||
nsAreaFrame::GetFrameForPoint(aPresContext, aPoint, aFrame);
|
||||
|
||||
nsIFrame* selectedFrame = *aFrame;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user