| Index: ppapi/api/private/ppb_nacl_private.idl
|
| diff --git a/ppapi/api/private/ppb_nacl_private.idl b/ppapi/api/private/ppb_nacl_private.idl
|
| index 91c458df02be78dec6466f5c420568f42a1c055c..d06e272092bda0178b01614a28370dbfbdf88c8d 100644
|
| --- a/ppapi/api/private/ppb_nacl_private.idl
|
| +++ b/ppapi/api/private/ppb_nacl_private.idl
|
| @@ -446,4 +446,10 @@ interface PPB_NaCl_Private {
|
| // of attributes supported by LLVM in its -mattr= option:
|
| // http://llvm.org/docs/CommandGuide/llc.html#cmdoption-mattr
|
| PP_Var GetCpuFeatureAttrs();
|
| +
|
| + /* Posts a message to the JavaScript object for the given instance.
|
| + * This method may be called on any thread.
|
| + */
|
| + void PostMessageToJavaScript([in] PP_Instance instance,
|
| + [in] str_t message);
|
| };
|
|
|