зеркало из https://github.com/mozilla/pjs.git
Change CreateAbsoluteView API so pass in a style context
This commit is contained in:
Родитель
ec671050a6
Коммит
f0d30f7d4b
|
@ -96,8 +96,7 @@ protected:
|
||||||
void ReflowAbsoluteItems(nsIPresContext& aPresContext,
|
void ReflowAbsoluteItems(nsIPresContext& aPresContext,
|
||||||
const nsHTMLReflowState& aReflowState);
|
const nsHTMLReflowState& aReflowState);
|
||||||
|
|
||||||
nsIView* CreateAbsoluteView(const nsStylePosition* aPosition,
|
nsIView* CreateAbsoluteView(nsIStyleContext* aStyleContext) const;
|
||||||
const nsStyleDisplay* aDisplay) const;
|
|
||||||
|
|
||||||
void TranslatePoint(nsIFrame* aFrameFrom, nsPoint& aPoint) const;
|
void TranslatePoint(nsIFrame* aFrameFrom, nsPoint& aPoint) const;
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче