diff options
Diffstat (limited to 'ppapi/c/pp_resource.h')
-rw-r--r-- | ppapi/c/pp_resource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/c/pp_resource.h b/ppapi/c/pp_resource.h index e81780e..c3d1aca 100644 --- a/ppapi/c/pp_resource.h +++ b/ppapi/c/pp_resource.h @@ -30,8 +30,8 @@ * it to 0 to indicate a "NULL handle." Some interfaces may return a NULL * resource to indicate failure. */ -typedef int32_t PP_Resource; -PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Resource, 4); +typedef int64_t PP_Resource; +PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Resource, 8); /** * @} |