Change CreateAbsoluteView API so pass in a style context

This commit is contained in:
kipp%netscape.com 1998-10-15 01:27:49 +00:00
Родитель a93c244b68
Коммит c01a050ddd
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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;