| 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 cb80ae3e7897ab492ff95d32aa91646da9d66cba..e426794d819597f3a4ce188b667b9952ee99e424 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
|
| @@ -60,7 +60,7 @@ TEST_P(GLCopyTexImage2DWorkaroundTest, UseIntermediaryTexture) {
|
| glTexParameteri(source_target, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
|
| glTexParameteri(source_target, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
|
| GLuint image_id = glCreateGpuMemoryBufferImageCHROMIUM(
|
| - width, height, GL_BGRA_EXT, GL_READ_WRITE_CHROMIUM);
|
| + width, height, GL_RGBA, GL_READ_WRITE_CHROMIUM);
|
| ASSERT_NE(0u, image_id);
|
| glBindTexImage2DCHROMIUM(source_target, image_id);
|
|
|
|
|