Index: ppapi/api/private/pp_content_decryptor.idl |
diff --git a/ppapi/api/private/pp_content_decryptor.idl b/ppapi/api/private/pp_content_decryptor.idl |
index 6aa39e324b3750c961f49afc0caa52fef5b8100a..099cfe9f6d8669eb7daccfd06ef597bf43e8ae3c 100644 |
--- a/ppapi/api/private/pp_content_decryptor.idl |
+++ b/ppapi/api/private/pp_content_decryptor.idl |
@@ -15,7 +15,14 @@ struct PP_DecryptTrackingInfo { |
* this value, the client can associate the decrypted block with a decryption |
* request. |
*/ |
- uint64_t request_id; |
+ uint32_t request_id; |
+ |
+ /** |
+ * 4-byte padding to make the size of <code>PP_DecryptTrackingInfo</code> |
+ * a multiple of 8 bytes and make sure |timestamp| starts on 8-byte boundary. |
+ * The value of this field should not be used. |
+ */ |
+ uint32_t padding; |
/** |
* Timestamp in microseconds of the associated block. By using this value, |