Fixing IPIX for Mac Classic: SetWindow needed to be called and nsObjectFrame::DidReflow() needed to complete on Mac as well, bug 144896 r=av sr=beard

This commit is contained in:
peterlubczynski%netscape.com 2002-06-15 16:05:09 +00:00
parent 2432b1991a
commit 6eef25d218
2 changed files with 0 additions and 2 deletions

View File

@ -1505,7 +1505,6 @@ nsObjectFrame::DidReflow(nsIPresContext* aPresContext,
#ifdef XP_MAC
mInstanceOwner->FixUpPluginWindow();
return rv;
#endif // XP_MAC
if (bHidden)

View File

@ -1505,7 +1505,6 @@ nsObjectFrame::DidReflow(nsIPresContext* aPresContext,
#ifdef XP_MAC
mInstanceOwner->FixUpPluginWindow();
return rv;
#endif // XP_MAC
if (bHidden)