fixed for new passing of pres context into API.

git-svn-id: svn://10.0.0.236/trunk@12535 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
michaelp%netscape.com 1998-10-11 00:58:53 +00:00
parent ae59ee1212
commit 6ba44ce798
2 changed files with 2 additions and 2 deletions

View File

@ -438,7 +438,7 @@ ImageFrame::GetDesiredSize(nsIPresContext* aPresContext,
// We can't use that approach yet, because currently the compositor doesn't
// support transparent views...
#if 0
nsHTMLContainerFrame::CreateViewForFrame(aPresContext, this, mStyleContext, PR_TRUE);
nsHTMLContainerFrame::CreateViewForFrame(*aPresContext, this, mStyleContext, PR_TRUE);
#endif
// Setup url before starting the image load

View File

@ -438,7 +438,7 @@ ImageFrame::GetDesiredSize(nsIPresContext* aPresContext,
// We can't use that approach yet, because currently the compositor doesn't
// support transparent views...
#if 0
nsHTMLContainerFrame::CreateViewForFrame(aPresContext, this, mStyleContext, PR_TRUE);
nsHTMLContainerFrame::CreateViewForFrame(*aPresContext, this, mStyleContext, PR_TRUE);
#endif
// Setup url before starting the image load