From a746a0e88690b691f927fd0c3228229dd573a56c Mon Sep 17 00:00:00 2001 From: "roc+%cs.cmu.edu" Date: Wed, 3 May 2006 21:44:41 +0000 Subject: [PATCH] Bug 330905. nsPageContentFrame::BuildDisplayList needs to call its superclass to get fixed-pos elements to display. r+sr=dbaron git-svn-id: svn://10.0.0.236/trunk@195937 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/generic/nsPageContentFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/layout/generic/nsPageContentFrame.cpp b/mozilla/layout/generic/nsPageContentFrame.cpp index 107d2f9745c..715bcc1267e 100644 --- a/mozilla/layout/generic/nsPageContentFrame.cpp +++ b/mozilla/layout/generic/nsPageContentFrame.cpp @@ -164,7 +164,7 @@ nsPageContentFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder, const nsDisplayListSet& aLists) { nsDisplayListCollection set; - nsresult rv = nsContainerFrame::BuildDisplayList(aBuilder, aDirtyRect, set); + nsresult rv = ViewportFrame::BuildDisplayList(aBuilder, aDirtyRect, set); NS_ENSURE_SUCCESS(rv, rv); return Clip(aBuilder, set, aLists,