| Index: gpu/command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc
|
| diff --git a/gpu/command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc b/gpu/command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc
|
| index de5244cdaf33840aa6e2df638788ab904f05139d..56cab1888eb09620b64dd1fc03308cd7e524be02 100644
|
| --- a/gpu/command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc
|
| +++ b/gpu/command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc
|
| @@ -151,7 +151,7 @@ TEST_F(GLCompressedCopyTextureCHROMIUMTest, Basic) {
|
| glDrawArrays(GL_TRIANGLES, 0, 6);
|
| glFlush();
|
|
|
| - GLTestHelper::CheckPixels(0, 0, 4, 4, 0, kCompressedImageColor);
|
| + GLTestHelper::CheckPixels(0, 0, 4, 4, 0, kCompressedImageColor, nullptr);
|
| EXPECT_TRUE(GL_NO_ERROR == glGetError());
|
| }
|
|
|
|
|