diff options
Diffstat (limited to 'ppapi/c/pp_instance.h')
-rw-r--r-- | ppapi/c/pp_instance.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/c/pp_instance.h b/ppapi/c/pp_instance.h index 7195b54..87d430c 100644 --- a/ppapi/c/pp_instance.h +++ b/ppapi/c/pp_instance.h @@ -24,8 +24,8 @@ * is guaranteed never to be 0, so a plugin can initialize it to 0 to * indicate a "NULL handle." */ -typedef int64_t PP_Instance; -PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Instance, 8); +typedef int32_t PP_Instance; +PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Instance, 4); /** * @} |