| 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
|
|
|
|
|