| Index: ppapi/proxy/ppb_instance_proxy.h
|
| diff --git a/ppapi/proxy/ppb_instance_proxy.h b/ppapi/proxy/ppb_instance_proxy.h
|
| index d84697f4e8f230a2476d17fd09553c468704e282..d9a8e80110fbc560d53cdfce7d922dbf24115a6c 100644
|
| --- a/ppapi/proxy/ppb_instance_proxy.h
|
| +++ b/ppapi/proxy/ppb_instance_proxy.h
|
| @@ -164,7 +164,7 @@ class PPB_Instance_Proxy : public InterfaceProxy,
|
| void OnHostMsgGetOwnerElementObject(PP_Instance instance,
|
| SerializedVarReturnValue result);
|
| void OnHostMsgBindGraphics(PP_Instance instance,
|
| - const ppapi::HostResource& device,
|
| + PP_Resource device,
|
| PP_Bool* result);
|
| void OnHostMsgIsFullFrame(PP_Instance instance, PP_Bool* result);
|
| void OnHostMsgExecuteScript(PP_Instance instance,
|
|
|