| Index: ppapi/c/ppb_var_resource.h
|
| diff --git a/ppapi/c/dev/ppb_var_resource_dev.h b/ppapi/c/ppb_var_resource.h
|
| similarity index 74%
|
| rename from ppapi/c/dev/ppb_var_resource_dev.h
|
| rename to ppapi/c/ppb_var_resource.h
|
| index 463f10a17c72c34ce97a0cda3c10e4c79a596acf..9e97db48e481116e793ac4919beabf6eb650f198 100644
|
| --- a/ppapi/c/dev/ppb_var_resource_dev.h
|
| +++ b/ppapi/c/ppb_var_resource.h
|
| @@ -3,10 +3,10 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -/* From dev/ppb_var_resource_dev.idl modified Fri Oct 11 10:31:47 2013. */
|
| +/* From ppb_var_resource.idl modified Tue Feb 4 19:14:01 2014. */
|
|
|
| -#ifndef PPAPI_C_DEV_PPB_VAR_RESOURCE_DEV_H_
|
| -#define PPAPI_C_DEV_PPB_VAR_RESOURCE_DEV_H_
|
| +#ifndef PPAPI_C_PPB_VAR_RESOURCE_H_
|
| +#define PPAPI_C_PPB_VAR_RESOURCE_H_
|
|
|
| #include "ppapi/c/pp_bool.h"
|
| #include "ppapi/c/pp_macros.h"
|
| @@ -14,8 +14,8 @@
|
| #include "ppapi/c/pp_stdint.h"
|
| #include "ppapi/c/pp_var.h"
|
|
|
| -#define PPB_VAR_RESOURCE_DEV_INTERFACE_0_1 "PPB_VarResource(Dev);0.1"
|
| -#define PPB_VAR_RESOURCE_DEV_INTERFACE PPB_VAR_RESOURCE_DEV_INTERFACE_0_1
|
| +#define PPB_VAR_RESOURCE_INTERFACE_1_0 "PPB_VarResource;1.0"
|
| +#define PPB_VAR_RESOURCE_INTERFACE PPB_VAR_RESOURCE_INTERFACE_1_0
|
|
|
| /**
|
| * @file
|
| @@ -28,7 +28,7 @@
|
| * @addtogroup Interfaces
|
| * @{
|
| */
|
| -struct PPB_VarResource_Dev_0_1 {
|
| +struct PPB_VarResource_1_0 {
|
| /**
|
| * Converts a resource-type var to a <code>PP_Resource</code>.
|
| *
|
| @@ -51,10 +51,10 @@ struct PPB_VarResource_Dev_0_1 {
|
| struct PP_Var (*VarFromResource)(PP_Resource resource);
|
| };
|
|
|
| -typedef struct PPB_VarResource_Dev_0_1 PPB_VarResource_Dev;
|
| +typedef struct PPB_VarResource_1_0 PPB_VarResource;
|
| /**
|
| * @}
|
| */
|
|
|
| -#endif /* PPAPI_C_DEV_PPB_VAR_RESOURCE_DEV_H_ */
|
| +#endif /* PPAPI_C_PPB_VAR_RESOURCE_H_ */
|
|
|
|
|