Index: plugin/npapi_host_control/win/np_plugin_proxy.h |
=================================================================== |
--- plugin/npapi_host_control/win/np_plugin_proxy.h (revision 26426) |
+++ plugin/npapi_host_control/win/np_plugin_proxy.h (working copy) |
@@ -69,6 +69,11 @@ |
const std::vector<CStringA>& argument_names, |
const std::vector<CStringA>& argument_values); |
+ // Sets the target window of the npapi plugin. This may be called |
+ // repeatedly during its lifetime, in particular to set the plugin's |
+ // size. |
+ bool SetWindow(const NPWindow& window); |
+ |
// Frees all resources allocated in Init, and blocks on all pending stream |
// operations. |
void TearDown(); |