mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
Patch to fix incorrect coordinates to first call of SetWindow(), bug 97656 r=av sr=attinasi a=asa
This commit is contained in:
parent
58b3da2562
commit
77c2a61134
@ -997,6 +997,10 @@ NS_IMETHODIMP pluginInstanceOwner :: CreateWidget(void)
|
||||
else
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
#if defined(XP_MAC)
|
||||
FixUpPluginWindow();
|
||||
#endif
|
||||
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user