diff options
Diffstat (limited to 'Tools/DumpRenderTree/TestNetscapePlugIn/PluginTest.h')
| -rw-r--r-- | Tools/DumpRenderTree/TestNetscapePlugIn/PluginTest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/DumpRenderTree/TestNetscapePlugIn/PluginTest.h b/Tools/DumpRenderTree/TestNetscapePlugIn/PluginTest.h index e83e82cfe..482d4cc35 100644 --- a/Tools/DumpRenderTree/TestNetscapePlugIn/PluginTest.h +++ b/Tools/DumpRenderTree/TestNetscapePlugIn/PluginTest.h @@ -76,6 +76,7 @@ public: NPError NPN_GetURLNotify(const char* url, const char* target, void* notifyData); NPError NPN_GetValue(NPNVariable, void* value); void NPN_InvalidateRect(NPRect* invalidRect); + void* NPN_MemAlloc(uint32_t size); // NPRuntime NPN functions. NPIdentifier NPN_GetStringIdentifier(const NPUTF8* name); |
