From 94b0625a464ba5fa6a55f6e57927acd9895a49c1 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Mon, 10 Dec 2012 23:47:01 +0000 Subject: Remove PPB_Instance 0.5 This wasn't even implemented by the browser any more. BUG= Review URL: https://codereview.chromium.org/11475038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172187 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/c/ppb_instance.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'ppapi/c') diff --git a/ppapi/c/ppb_instance.h b/ppapi/c/ppb_instance.h index 4043396..7087256 100644 --- a/ppapi/c/ppb_instance.h +++ b/ppapi/c/ppb_instance.h @@ -3,7 +3,7 @@ * found in the LICENSE file. */ -/* From ppb_instance.idl modified Wed Oct 5 14:06:02 2011. */ +/* From ppb_instance.idl modified Fri Dec 07 12:57:46 2012. */ #ifndef PPAPI_C_PPB_INSTANCE_H_ #define PPAPI_C_PPB_INSTANCE_H_ @@ -13,9 +13,7 @@ #include "ppapi/c/pp_macros.h" #include "ppapi/c/pp_resource.h" #include "ppapi/c/pp_stdint.h" -#include "ppapi/c/pp_var.h" -#define PPB_INSTANCE_INTERFACE_0_5 "PPB_Instance;0.5" #define PPB_INSTANCE_INTERFACE_1_0 "PPB_Instance;1.0" #define PPB_INSTANCE_INTERFACE PPB_INSTANCE_INTERFACE_1_0 @@ -80,13 +78,6 @@ struct PPB_Instance_1_0 { }; typedef struct PPB_Instance_1_0 PPB_Instance; - -struct PPB_Instance_0_5 { - struct PP_Var (*GetWindowObject)(PP_Instance instance); - struct PP_Var (*GetOwnerElementObject)(PP_Instance instance); - PP_Bool (*BindGraphics)(PP_Instance instance, PP_Resource device); - PP_Bool (*IsFullFrame)(PP_Instance instance); -}; /** * @} */ -- cgit v1.1