| Index: ppapi/tests/arch_dependent_sizes_64.h
|
| ===================================================================
|
| --- ppapi/tests/arch_dependent_sizes_64.h (revision 69504)
|
| +++ ppapi/tests/arch_dependent_sizes_64.h (working copy)
|
| @@ -25,7 +25,7 @@
|
| PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_CompletionCallback, 16);
|
| PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_FileChooserOptions_Dev, 16);
|
| PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_VideoDecoderConfig_Dev, 40);
|
| -PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_VideoFrameBuffer_Dev, 88);
|
| -PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_VideoUncompressedDataBuffer_Dev, 120);
|
| +PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_VideoFrameBuffer_Dev, 120);
|
| +PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_VideoUncompressedDataBuffer_Dev, 152);
|
|
|
| #endif /* PPAPI_TESTS_ARCH_DEPENDENT_SIZES_64_H_ */
|
|
|