| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc
|
| index 994608cf5a894b14cb44b952d4db6820e5a6afd2..1f6949ca51f02726ec50d0c01b2fdfb67c734169 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc
|
| @@ -2109,7 +2109,7 @@ TEST_P(GLES2DecoderManualInitTest, DepthTextureBadArgs) {
|
| CopyTexImage2D copy_tex_cmd;
|
| copy_tex_cmd.Init(GL_TEXTURE_2D, 0, GL_DEPTH_COMPONENT, 0, 0, 1, 1);
|
| EXPECT_EQ(error::kNoError, ExecuteCmd(copy_tex_cmd));
|
| - EXPECT_EQ(GL_INVALID_OPERATION, GetGLError());
|
| + EXPECT_EQ(GL_INVALID_ENUM, GetGLError());
|
|
|
| // Check that trying to CopyTexSubImage2D fails
|
| CopyTexSubImage2D copy_sub_cmd;
|
|
|