| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_programs.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_programs.cc b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_programs.cc
|
| index d94bf28dccb811e5be082ce09a9db2daa75dfa1f..d32d866fe19861ba664726c2489846df8a1b0130 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_programs.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_programs.cc
|
| @@ -2086,7 +2086,7 @@ TEST_P(GLES2DecoderWithShaderTest, GetUniformLocationInvalidArgs) {
|
|
|
| TEST_P(GLES3DecoderWithShaderTest, Basic) {
|
| // Make sure the setup is correct for ES3.
|
| - EXPECT_TRUE(decoder_->unsafe_es3_apis_enabled());
|
| + EXPECT_TRUE(feature_info()->IsWebGL2OrES3Context());
|
| EXPECT_TRUE(feature_info()->validators()->texture_bind_target.IsValid(
|
| GL_TEXTURE_3D));
|
| }
|
|
|