Change CreateAbsoluteView API so pass in a style context

git-svn-id: svn://10.0.0.236/trunk@12855 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com 1998-10-15 01:27:49 +00:00
parent e08c473f5d
commit 5a6dc2c339

View File

@ -96,8 +96,7 @@ protected:
void ReflowAbsoluteItems(nsIPresContext& aPresContext,
const nsHTMLReflowState& aReflowState);
nsIView* CreateAbsoluteView(const nsStylePosition* aPosition,
const nsStyleDisplay* aDisplay) const;
nsIView* CreateAbsoluteView(nsIStyleContext* aStyleContext) const;
void TranslatePoint(nsIFrame* aFrameFrom, nsPoint& aPoint) const;