| Index: webkit/plugins/ppapi/ppapi_plugin_instance.h
|
| ===================================================================
|
| --- webkit/plugins/ppapi/ppapi_plugin_instance.h (revision 74733)
|
| +++ webkit/plugins/ppapi/ppapi_plugin_instance.h (working copy)
|
| @@ -122,6 +122,9 @@
|
| // rendering up to an offscreen SwapBuffers are visible.
|
| void CommitBackingTexture();
|
|
|
| + // Called when the out-of-process plugin implementing this instance crashed.
|
| + void InstanceCrashed();
|
| +
|
| // PPB_Instance implementation.
|
| PP_Var GetWindowObject();
|
| PP_Var GetOwnerElementObject();
|
|
|