| Index: webkit/plugins/npapi/webplugin.h
|
| ===================================================================
|
| --- webkit/plugins/npapi/webplugin.h (revision 87939)
|
| +++ webkit/plugins/npapi/webplugin.h (working copy)
|
| @@ -87,6 +87,7 @@
|
| // if the plugin enters a modal loop.
|
| // Cancels a pending request.
|
| virtual void SetWindowlessPumpEvent(HANDLE pump_messages_event) = 0;
|
| + virtual void ReparentPluginWindow(HWND window, HWND parent) = 0;
|
| #endif
|
| virtual void CancelResource(unsigned long id) = 0;
|
| virtual void Invalidate() = 0;
|
|
|