diff options
Diffstat (limited to 'ppapi/proxy/ppb_instance_proxy.h')
-rw-r--r-- | ppapi/proxy/ppb_instance_proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/proxy/ppb_instance_proxy.h b/ppapi/proxy/ppb_instance_proxy.h index 64b2b2d..578f38b 100644 --- a/ppapi/proxy/ppb_instance_proxy.h +++ b/ppapi/proxy/ppb_instance_proxy.h @@ -41,8 +41,8 @@ class PPB_Instance_Proxy : public InterfaceProxy { SerializedVarReturnValue result); void OnMsgBindGraphics(PP_Instance instance, PP_Resource device, - bool* result); - void OnMsgIsFullFrame(PP_Instance instance, bool* result); + PP_Bool* result); + void OnMsgIsFullFrame(PP_Instance instance, PP_Bool* result); void OnMsgExecuteScript(PP_Instance instance, SerializedVarReceiveInput script, SerializedVarOutParam out_exception, |