| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc b/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc
|
| index 2756257f2e6f3b407ef6230937c5a4ffa55e73b8..a2654a75911e78d60c7dbf9d3db8141328aef516 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc
|
| @@ -7071,8 +7071,7 @@ TEST_F(GLES2DecoderTest, BeginEndQueryEXTGetErrorQueryCHROMIUM) {
|
| }
|
|
|
| TEST_F(GLES2DecoderTest, ProduceAndConsumeTextureCHROMIUM) {
|
| - Mailbox mailbox;
|
| - group().mailbox_manager()->GenerateMailbox(&mailbox);
|
| + Mailbox mailbox = Mailbox::Generate();
|
|
|
| memcpy(shared_memory_address_, mailbox.name, sizeof(mailbox.name));
|
|
|
|
|