Bug 289090. Get the pagesequenceframe from the frame constructor, don't poke around the frame hierarchy trying to find it. r+sr=bzbarsky

This commit is contained in:
roc+@cs.cmu.edu
2005-04-05 22:46:56 +00:00
parent a4be1d8ec1
commit e129b06488
3 changed files with 9 additions and 35 deletions

View File

@@ -181,6 +181,7 @@ public:
nsILayoutHistoryState* aFrameState);
nsIFrame* GetInitialContainingBlock() { return mInitialContainingBlock; }
nsIFrame* GetPageSequenceFrame() { return mPageSequenceFrame; }
private:
@@ -984,6 +985,7 @@ private:
nsIFrame* mFixedContainingBlock;
nsIFrame* mDocElementContainingBlock;
nsIFrame* mGfxScrollFrame;
nsIFrame* mPageSequenceFrame;
nsQuoteList mQuoteList;
nsCounterManager mCounterManager;
PRUint16 mUpdateCount;