| Index: webkit/plugins/npapi/test/plugin_windowless_test.h
|
| ===================================================================
|
| --- webkit/plugins/npapi/test/plugin_windowless_test.h (revision 151213)
|
| +++ webkit/plugins/npapi/test/plugin_windowless_test.h (working copy)
|
| @@ -28,8 +28,11 @@
|
| NPError ExecuteScript(NPNetscapeFuncs* browser, NPP id,
|
| const std::string& script, NPVariant* result);
|
| void ExecuteScriptDeleteInPaint(NPNetscapeFuncs* browser);
|
| + void ExecuteScriptResizeInPaint(NPNetscapeFuncs* browser);
|
| void MultipleInstanceSyncCalls(NPNetscapeFuncs* browser);
|
| void ConvertPoint(NPNetscapeFuncs* browser);
|
| +
|
| + int paint_counter_;
|
| };
|
|
|
| } // namespace NPAPIClient
|
|
|