Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(974)

Unified Diff: webkit/glue/plugins/test/plugin_windowed_test.h

Issue 258026: Fix scripting during NPP_Destroy. Note that if the plugin is making a call t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/glue/plugins/test/plugin_windowed_test.h
===================================================================
--- webkit/glue/plugins/test/plugin_windowed_test.h (revision 28004)
+++ webkit/glue/plugins/test/plugin_windowed_test.h (working copy)
@@ -15,13 +15,15 @@
public:
WindowedPluginTest(NPP id, NPNetscapeFuncs *host_functions);
~WindowedPluginTest();
- virtual NPError SetWindow(NPWindow* pNPWindow);
private:
static LRESULT CALLBACK WindowProc(
HWND window, UINT message, WPARAM wparam, LPARAM lparam);
static void CallJSFunction(WindowedPluginTest*, const char*);
+ virtual NPError SetWindow(NPWindow* pNPWindow);
+ virtual NPError Destroy();
+
HWND window_;
bool done_;
};
Property changes on: webkit\glue\plugins\test\plugin_windowed_test.h
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698