| Index: gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc
|
| diff --git a/gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc b/gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc
|
| index 50a3bbcf9c0f447f55f8a462b1f5518d98832b92..ba3324d718cfb1a5c08f2ea6ba35f4fcbb1fc83b 100644
|
| --- a/gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc
|
| +++ b/gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc
|
| @@ -130,7 +130,6 @@ TEST_F(GLTextureMailboxTest, ConsumeTextureValidatesKey) {
|
|
|
| GLbyte invalid_mailbox[GL_MAILBOX_SIZE_CHROMIUM];
|
| glGenMailboxCHROMIUM(invalid_mailbox);
|
| - ++invalid_mailbox[GL_MAILBOX_SIZE_CHROMIUM - 1];
|
|
|
| EXPECT_EQ(static_cast<GLenum>(GL_NO_ERROR), glGetError());
|
| glConsumeTextureCHROMIUM(GL_TEXTURE_2D, invalid_mailbox);
|
|
|