| Index: ppapi/c/pp_resource.h
|
| diff --git a/ppapi/c/pp_resource.h b/ppapi/c/pp_resource.h
|
| index b4af2cc29655984915e1b91a7bdaf68f6d17701f..e74799d8f4a7f57f5ccee7f57506566cad9d637b 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 int64_t PP_Resource;
|
| -PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Resource, 8);
|
| +typedef int32_t PP_Resource;
|
| +PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Resource, 4);
|
|
|
| /**
|
| * @}
|
|
|