| Index: gpu/command_buffer/service/test_helper.cc
|
| diff --git a/gpu/command_buffer/service/test_helper.cc b/gpu/command_buffer/service/test_helper.cc
|
| index 7d9fb6f1aaac83397eaac34181ec2dcf91031177..7e9f7bd7bcc20121b2a835f68ecd8842c2c8a6fa 100644
|
| --- a/gpu/command_buffer/service/test_helper.cc
|
| +++ b/gpu/command_buffer/service/test_helper.cc
|
| @@ -440,7 +440,7 @@ void TestHelper::SetupFeatureInfoInitExpectationsWithGLVersion(
|
| EXPECT_CALL(*gl, BindTexture(GL_TEXTURE_2D, tx_ids[1]))
|
| .Times(1)
|
| .RetiresOnSaturation();
|
| - EXPECT_CALL(*gl, TexImage2D(GL_TEXTURE_2D, 0, GL_RED_EXT, width, width, 0,
|
| + EXPECT_CALL(*gl, TexImage2D(GL_TEXTURE_2D, 0, _, width, width, 0,
|
| GL_RED_EXT, GL_UNSIGNED_BYTE, _))
|
| .Times(1)
|
| .RetiresOnSaturation();
|
|
|