Remove |aPresContext| and |aPresShell| parameters from |nsIFrameManager| methods. b=208190 r+sr=bzbarsky

git-svn-id: svn://10.0.0.236/trunk@143961 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2003-06-19 23:52:58 +00:00
parent 519cf3b3d3
commit 80187c571f
21 changed files with 312 additions and 409 deletions

View File

@@ -1194,7 +1194,7 @@ nsObjectFrame::Reflow(nsIPresContext* aPresContext,
//check for alternative content with CantRenderReplacedElement()
nsIPresShell* presShell;
aPresContext->GetShell(&presShell);
rv = presShell->CantRenderReplacedElement(aPresContext, this);
rv = presShell->CantRenderReplacedElement(this);
NS_RELEASE(presShell);
} else {
NotifyContentObjectWrapper();