Bug 332927: missed a file
git-svn-id: svn://10.0.0.236/trunk@194090 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -49,10 +49,6 @@ class nsPageFrame : public nsContainerFrame {
|
||||
public:
|
||||
friend nsIFrame* NS_NewPageFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
|
||||
|
||||
// nsIFrame
|
||||
NS_IMETHOD SetInitialChildList(nsIAtom* aListName,
|
||||
nsIFrame* aChildList);
|
||||
|
||||
NS_IMETHOD Reflow(nsPresContext* aPresContext,
|
||||
nsHTMLReflowMetrics& aDesiredSize,
|
||||
const nsHTMLReflowState& aMaxSize,
|
||||
@@ -84,10 +80,6 @@ public:
|
||||
|
||||
virtual void SetSharedPageData(nsSharedPageData* aPD);
|
||||
|
||||
// XXX Part of Temporary fix for Bug 127263
|
||||
static void SetCreateWidget(PRBool aDoCreateWidget) { mDoCreateWidget = aDoCreateWidget; }
|
||||
static PRBool GetCreateWidget() { return mDoCreateWidget; }
|
||||
|
||||
void PaintPrintPreviewBackground(nsIRenderingContext& aRenderingContext,
|
||||
nsPoint aPt);
|
||||
void PaintHeaderFooter(nsIRenderingContext& aRenderingContext,
|
||||
@@ -141,9 +133,6 @@ protected:
|
||||
nsMargin mMargin;
|
||||
|
||||
nsSharedPageData* mPD;
|
||||
|
||||
// XXX Part of Temporary fix for Bug 127263
|
||||
static PRBool mDoCreateWidget;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user