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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user