| Index: cc/ipc/struct_traits_unittest.cc
|
| diff --git a/cc/ipc/struct_traits_unittest.cc b/cc/ipc/struct_traits_unittest.cc
|
| index c5655cf88c45637101ac2b62c933cc509a0e8a26..0299f4b71028294180130e27c5e1f38ba6174496 100644
|
| --- a/cc/ipc/struct_traits_unittest.cc
|
| +++ b/cc/ipc/struct_traits_unittest.cc
|
| @@ -820,9 +820,7 @@ TEST_F(StructTraitsTest, TransferableResource) {
|
| const uint32_t filter = 1234;
|
| const gfx::Size size(1234, 5678);
|
| const int8_t mailbox_name[GL_MAILBOX_SIZE_CHROMIUM] = {
|
| - 0, 9, 8, 7, 6, 5, 4, 3, 2, 1, 9, 7, 5, 3, 1, 2, 4, 6, 8, 0, 0, 9,
|
| - 8, 7, 6, 5, 4, 3, 2, 1, 9, 7, 5, 3, 1, 2, 4, 6, 8, 0, 0, 9, 8, 7,
|
| - 6, 5, 4, 3, 2, 1, 9, 7, 5, 3, 1, 2, 4, 6, 8, 0, 0, 9, 8, 7};
|
| + 0, 9, 8, 7, 6, 5, 4, 3, 2, 1, 9, 7, 5, 3, 1, 2};
|
| const gpu::CommandBufferNamespace command_buffer_namespace = gpu::IN_PROCESS;
|
| const int32_t extra_data_field = 0xbeefbeef;
|
| const gpu::CommandBufferId command_buffer_id(
|
|
|