| Index: ppapi/proxy/ppb_instance_proxy.h
|
| diff --git a/ppapi/proxy/ppb_instance_proxy.h b/ppapi/proxy/ppb_instance_proxy.h
|
| index 61155b6dc30277de9e4dbee0024847e0dfccdbc2..feba23d298a40f89a41cd34fe723be445f0540f3 100644
|
| --- a/ppapi/proxy/ppb_instance_proxy.h
|
| +++ b/ppapi/proxy/ppb_instance_proxy.h
|
| @@ -153,7 +153,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,
|
|
|