Index: ppapi/proxy/ppb_instance_proxy.h |
=================================================================== |
--- ppapi/proxy/ppb_instance_proxy.h (revision 72517) |
+++ ppapi/proxy/ppb_instance_proxy.h (working copy) |
@@ -9,6 +9,7 @@ |
#include "ppapi/c/pp_resource.h" |
#include "ppapi/c/pp_var.h" |
#include "ppapi/proxy/interface_proxy.h" |
+#include "ppapi/proxy/serialized_resource.h" |
struct PPB_Instance; |
@@ -40,7 +41,7 @@ |
void OnMsgGetOwnerElementObject(PP_Instance instance, |
SerializedVarReturnValue result); |
void OnMsgBindGraphics(PP_Instance instance, |
- PP_Resource device, |
+ SerializedResource device, |
PP_Bool* result); |
void OnMsgIsFullFrame(PP_Instance instance, PP_Bool* result); |
void OnMsgExecuteScript(PP_Instance instance, |