зеркало из https://github.com/mozilla/pjs.git
Bug 618565 - Don't do flash hack for maemo platform. r=dougt a=approval2.0
--HG-- extra : rebase_source : cf9a57355f8379dba217513422aab324a59a8d0b
This commit is contained in:
Родитель
bbf1f71d7a
Коммит
334937fa9f
|
@ -163,6 +163,8 @@ PluginInstanceChild::PluginInstanceChild(const NPPluginFuncs* aPluginIface)
|
|||
InitPopupMenuHook();
|
||||
#endif // OS_WIN
|
||||
#ifdef MOZ_X11
|
||||
// Maemo flash can render plugin with any provided rectangle and not require this quirk.
|
||||
#ifndef MOZ_PLATFORM_MAEMO
|
||||
const char *description = NULL;
|
||||
mPluginIface->getvalue(GetNPP(), NPPVpluginDescriptionString,
|
||||
&description);
|
||||
|
@ -173,6 +175,7 @@ PluginInstanceChild::PluginInstanceChild(const NPPluginFuncs* aPluginIface)
|
|||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
PluginInstanceChild::~PluginInstanceChild()
|
||||
|
|
Загрузка…
Ссылка в новой задаче