| Index: webkit/plugins/npapi/webplugin_impl.h
|
| ===================================================================
|
| --- webkit/plugins/npapi/webplugin_impl.h (revision 87939)
|
| +++ webkit/plugins/npapi/webplugin_impl.h (working copy)
|
| @@ -111,6 +111,7 @@
|
| virtual void WillDestroyWindow(gfx::PluginWindowHandle window);
|
| #if defined(OS_WIN)
|
| void SetWindowlessPumpEvent(HANDLE pump_messages_event) { }
|
| + void ReparentPluginWindow(HWND window, HWND parent) { }
|
| #endif
|
| virtual void CancelResource(unsigned long id);
|
| virtual void Invalidate();
|
|
|