Index: ppapi/proxy/ppb_instance_proxy.h |
diff --git a/ppapi/proxy/ppb_instance_proxy.h b/ppapi/proxy/ppb_instance_proxy.h |
index ca7f4af10fae0cbae2649faf7dd44fd0e18e6c16..45b3002a6522a8e1bf78bbe650085fc92183b37d 100644 |
--- a/ppapi/proxy/ppb_instance_proxy.h |
+++ b/ppapi/proxy/ppb_instance_proxy.h |
@@ -164,8 +164,7 @@ class PPB_Instance_Proxy : public InterfaceProxy, |
void OnHostMsgGetOwnerElementObject(PP_Instance instance, |
SerializedVarReturnValue result); |
void OnHostMsgBindGraphics(PP_Instance instance, |
- PP_Resource device, |
- PP_Bool* result); |
+ PP_Resource device); |
void OnHostMsgIsFullFrame(PP_Instance instance, PP_Bool* result); |
void OnHostMsgExecuteScript(PP_Instance instance, |
SerializedVarReceiveInput script, |