зеркало из https://github.com/mozilla/gecko-dev.git
Implement DidReflow to pass it down to children when exiting reflow
This commit is contained in:
Родитель
8939828111
Коммит
46b2e73f37
|
@ -115,6 +115,8 @@ public:
|
||||||
nsIFrame* aParent,
|
nsIFrame* aParent,
|
||||||
nsIStyleContext* aStyleContext,
|
nsIStyleContext* aStyleContext,
|
||||||
nsIFrame*& aContinuingFrame);
|
nsIFrame*& aContinuingFrame);
|
||||||
|
NS_IMETHOD DidReflow(nsIPresContext& aPresContext,
|
||||||
|
nsDidReflowStatus aStatus);
|
||||||
|
|
||||||
// Painting
|
// Painting
|
||||||
NS_IMETHOD Paint(nsIPresContext& aPresContext,
|
NS_IMETHOD Paint(nsIPresContext& aPresContext,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче