| Index: webkit/plugins/ppapi/ppapi_plugin_instance.h
|
| ===================================================================
|
| --- webkit/plugins/ppapi/ppapi_plugin_instance.h (revision 149708)
|
| +++ webkit/plugins/ppapi/ppapi_plugin_instance.h (working copy)
|
| @@ -506,6 +506,10 @@
|
| PluginDelegate* delegate_;
|
| scoped_refptr<PluginModule> module_;
|
| scoped_ptr< ::ppapi::PPP_Instance_Combined> instance_interface_;
|
| + // If this is the NaCl plugin, store its instance interface so we can shut
|
| + // it down properly when using the IPC-based PPAPI proxy.
|
| + // TODO(bbudge) Remove this when the proxy switch is complete.
|
| + scoped_ptr< ::ppapi::PPP_Instance_Combined> nacl_plugin_instance_interface_;
|
|
|
| PP_Instance pp_instance_;
|
|
|
|
|