| Index: webkit/glue/plugins/test/plugin_windowless_test.h
|
| ===================================================================
|
| --- webkit/glue/plugins/test/plugin_windowless_test.h (revision 17403)
|
| +++ webkit/glue/plugins/test/plugin_windowless_test.h (working copy)
|
| @@ -19,6 +19,12 @@
|
| // NPAPI HandleEvent handler
|
| virtual int16 HandleEvent(void* event);
|
|
|
| + protected:
|
| + NPError ExecuteScript(NPNetscapeFuncs* browser, NPP id,
|
| + const std::string& script, NPVariant* result);
|
| + void ExecuteScriptDeleteInPaint(NPNetscapeFuncs* browser);
|
| + void MultipleInstanceSyncCalls(NPNetscapeFuncs* browser);
|
| +
|
| private:
|
| std::string test_name_;
|
| };
|
|
|