X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebKit%2Fmac%2FPlugins%2FWebBaseNetscapePluginView.h;h=ae9279e14bc5f14653660c6aa9cc88ade8eca58b;hp=8a7e83f39999184ae09e87739ee91947839a83d1;hb=0f8ecf1ef91ff02c1aaa2bfb79074c322b593d29;hpb=6fe5aac0fca5473cd506521e930c560dbb960c8c diff --git a/WebKit/mac/Plugins/WebBaseNetscapePluginView.h b/WebKit/mac/Plugins/WebBaseNetscapePluginView.h index 8a7e83f..ae9279e 100644 --- a/WebKit/mac/Plugins/WebBaseNetscapePluginView.h +++ b/WebKit/mac/Plugins/WebBaseNetscapePluginView.h @@ -55,7 +55,9 @@ typedef union PluginPort { NP_GLContext aglPort; } PluginPort; -@interface WebBaseNetscapePluginView : NSView +typedef struct _NPPluginTextInputFuncs NPPluginTextInputFuncs; + +@interface WebBaseNetscapePluginView : NSView { WebNetscapePluginPackage *pluginPackage; @@ -116,6 +118,8 @@ typedef union PluginPort { NSMutableArray *streams; NSMutableDictionary *pendingFrameLoads; + NPPluginTextInputFuncs *textInputFuncs; + NPP_NewProcPtr NPP_New; NPP_DestroyProcPtr NPP_Destroy; NPP_SetWindowProcPtr NPP_SetWindow;