| Index: gpu/command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc
|
| diff --git a/gpu/command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc b/gpu/command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc
|
| index 1e248631aa2ab630f1abca755e680ef3b4ed70e2..050fc42c36f78cd4f1f54c60ff3091cb5a405b72 100644
|
| --- a/gpu/command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc
|
| +++ b/gpu/command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc
|
| @@ -168,9 +168,9 @@ TEST_P(GLCopyTexImage2DWorkaroundTest, UseIntermediaryTexture) {
|
| glViewport(0, 0, width, height);
|
| std::string fragment_shader_source =
|
| GetFragmentShaderSource(dest_target, gfx::Size(width, height));
|
| - GLTestHelper::DrawTextureQuad(kSimpleVertexShader,
|
| + GLTestHelper::DrawTextureQuad(dest_target, kSimpleVertexShader,
|
| fragment_shader_source.c_str(), "a_position",
|
| - "u_texture");
|
| + "u_texture", nullptr);
|
|
|
| // Verify.
|
| const uint8_t* expected = expectations[i];
|
|
|