| Index: gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_unittest.cc b/gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| index 8e532dc4c430be8cc75fd9513fae23302e99ed41..7b4d153a6382ded5acd57450567cf1bd8d604c85 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| +++ b/gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| @@ -3731,7 +3731,7 @@ TEST_F(GLES2ImplementationTest, ConsumeTextureCHROMIUM) {
|
|
|
| TEST_F(GLES2ImplementationTest, CreateAndConsumeTextureCHROMIUM) {
|
| struct Cmds {
|
| - cmds::CreateAndConsumeTextureCHROMIUMImmediate cmd;
|
| + cmds::CreateAndConsumeTextureINTERNALImmediate cmd;
|
| GLbyte data[64];
|
| };
|
|
|
|
|