nsPluginInstancePeer::AllocateMenuID
git-svn-id: svn://10.0.0.236/trunk@489 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -371,6 +371,12 @@ nsPluginInstancePeer::UnregisterWindow(void* window)
|
||||
npn_unregisterwindow(npp, window);
|
||||
}
|
||||
|
||||
NS_METHOD_(PRInt16)
|
||||
nsPluginInstancePeer::AllocateMenuID(PRBool isSubmenu)
|
||||
{
|
||||
return npn_allocateMenuID(npp, isSubmenu);
|
||||
}
|
||||
|
||||
NS_METHOD_(jref)
|
||||
nsPluginInstancePeer::GetJavaPeer(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user