Bug 920377 part.2 Get rid of nsPluginEvent r=roc
This commit is contained in:
@@ -3213,7 +3213,7 @@ void* nsPluginInstanceOwner::FixUpPluginWindow(int32_t inPaintState)
|
||||
// Set this before calling ProcessEvent to avoid endless recursion.
|
||||
mSentInitialTopLevelWindowEvent = true;
|
||||
|
||||
nsPluginEvent pluginEvent(true, NS_PLUGIN_FOCUS_EVENT, nullptr);
|
||||
WidgetPluginEvent pluginEvent(true, NS_PLUGIN_FOCUS_EVENT, nullptr);
|
||||
NPCocoaEvent cocoaEvent;
|
||||
InitializeNPCocoaEvent(&cocoaEvent);
|
||||
cocoaEvent.type = NPCocoaEventWindowFocusChanged;
|
||||
|
||||
Reference in New Issue
Block a user