| Index: ppapi/c/dev/ppb_context_3d_trusted_dev.h
|
| diff --git a/ppapi/c/dev/ppb_context_3d_trusted_dev.h b/ppapi/c/dev/ppb_context_3d_trusted_dev.h
|
| index 944b041beb3b1859b68de7a89a85e077c06c6ab3..f8a0d9cf0f660a0e37b3084ffe32bee07bef134e 100644
|
| --- a/ppapi/c/dev/ppb_context_3d_trusted_dev.h
|
| +++ b/ppapi/c/dev/ppb_context_3d_trusted_dev.h
|
| @@ -11,7 +11,7 @@
|
| #include "ppapi/c/pp_resource.h"
|
| #include "ppapi/c/pp_stdint.h"
|
|
|
| -#define PPB_CONTEXT_3D_TRUSTED_DEV_INTERFACE "PPB_Context3DTrusted(Dev);0.2"
|
| +#define PPB_CONTEXT_3D_TRUSTED_DEV_INTERFACE "PPB_Context3DTrusted(Dev);0.3"
|
|
|
| typedef enum {
|
| kNoError,
|
| @@ -77,7 +77,7 @@ struct PPB_Context3DTrusted_Dev {
|
|
|
| // Create a transfer buffer and return a handle that uniquely
|
| // identifies it or -1 on error.
|
| - int32_t (*CreateTransferBuffer)(PP_Resource context, size_t size);
|
| + int32_t (*CreateTransferBuffer)(PP_Resource context, uint32_t size);
|
|
|
| // Destroy a transfer buffer and recycle the handle.
|
| PP_Bool (*DestroyTransferBuffer)(PP_Resource context, int32_t id);
|
|
|