Bug 568513 - Implement NPN_PopUpContextMenu. r=josh a=blocking-beta3
This commit is contained in:
@@ -38,6 +38,8 @@
|
||||
|
||||
#ifdef MOZ_WIDGET_GTK2
|
||||
#include <glib.h>
|
||||
#elif XP_MACOSX
|
||||
#include "PluginUtilsOSX.h"
|
||||
#endif
|
||||
#ifdef MOZ_WIDGET_QT
|
||||
#include <QtCore/QCoreApplication>
|
||||
@@ -771,6 +773,14 @@ PluginModuleParent::AnswerProcessSomeEvents()
|
||||
return true;
|
||||
}
|
||||
|
||||
#elif defined(XP_MACOSX)
|
||||
bool
|
||||
PluginModuleParent::AnswerProcessSomeEvents()
|
||||
{
|
||||
mozilla::plugins::PluginUtilsOSX::InvokeNativeEventLoop();
|
||||
return true;
|
||||
}
|
||||
|
||||
#elif !defined(MOZ_WIDGET_GTK2)
|
||||
bool
|
||||
PluginModuleParent::AnswerProcessSomeEvents()
|
||||
|
||||
Reference in New Issue
Block a user