| Index: ppapi/tests/arch_dependent_sizes_32.h
|
| ===================================================================
|
| --- ppapi/tests/arch_dependent_sizes_32.h (revision 69504)
|
| +++ ppapi/tests/arch_dependent_sizes_32.h (working copy)
|
| @@ -25,7 +25,7 @@
|
| PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_CompletionCallback, 8);
|
| PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_FileChooserOptions_Dev, 8);
|
| PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_VideoDecoderConfig_Dev, 20);
|
| -PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_VideoFrameBuffer_Dev, 80);
|
| -PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_VideoUncompressedDataBuffer_Dev, 104);
|
| +PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_VideoFrameBuffer_Dev, 112);
|
| +PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_VideoUncompressedDataBuffer_Dev, 136);
|
|
|
| #endif /* PPAPI_TESTS_ARCH_DEPENDENT_SIZES_32_H_ */
|
|
|