mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
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:
parent
2432b1991a
commit
6eef25d218
@ -1505,7 +1505,6 @@ nsObjectFrame::DidReflow(nsIPresContext* aPresContext,
|
||||
|
||||
#ifdef XP_MAC
|
||||
mInstanceOwner->FixUpPluginWindow();
|
||||
return rv;
|
||||
#endif // XP_MAC
|
||||
|
||||
if (bHidden)
|
||||
|
@ -1505,7 +1505,6 @@ nsObjectFrame::DidReflow(nsIPresContext* aPresContext,
|
||||
|
||||
#ifdef XP_MAC
|
||||
mInstanceOwner->FixUpPluginWindow();
|
||||
return rv;
|
||||
#endif // XP_MAC
|
||||
|
||||
if (bHidden)
|
||||
|
Loading…
x
Reference in New Issue
Block a user