| Index: gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc
|
| diff --git a/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc b/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc
|
| index 4804d5d122b7a72cbc8ad3998f58645db938c0a1..0d1df1eb8d0a60a1de18df8cfb3603ec52c4039b 100644
|
| --- a/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc
|
| +++ b/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc
|
| @@ -234,7 +234,7 @@ TEST_P(GpuMemoryBufferTest, Lifecycle) {
|
| ASSERT_TRUE(glGetError() == GL_NO_ERROR);
|
|
|
| // Check if pixels match the values that were assigned to the mapped buffer.
|
| - GLTestHelper::CheckPixels(0, 0, kImageWidth, kImageHeight, 0, pixel);
|
| + GLTestHelper::CheckPixels(0, 0, kImageWidth, kImageHeight, 0, pixel, nullptr);
|
| EXPECT_TRUE(GL_NO_ERROR == glGetError());
|
|
|
| // Release the image.
|
|
|