| Index: gpu/command_buffer/tests/compressed_texture_test.cc
|
| diff --git a/gpu/command_buffer/tests/compressed_texture_test.cc b/gpu/command_buffer/tests/compressed_texture_test.cc
|
| index 03a31d2df86845b007bb9a1bfea609848b08a822..80bf37fbe2e913a3a4fa7f147adecbd70c15ba5b 100644
|
| --- a/gpu/command_buffer/tests/compressed_texture_test.cc
|
| +++ b/gpu/command_buffer/tests/compressed_texture_test.cc
|
| @@ -233,9 +233,9 @@ TEST_P(CompressedTextureTest, Draw) {
|
| for (unsigned i = 0; i < kPaletteSize; ++i) {
|
| origin[0] = kBlockSize * i;
|
| ToRGB888(kPalette[i], expected_rgba);
|
| - EXPECT_TRUE(GLTestHelper::CheckPixels(origin[0], origin[1],
|
| - kBlockSize, kBlockSize,
|
| - 0, expected_rgba));
|
| + EXPECT_TRUE(GLTestHelper::CheckPixels(origin[0], origin[1], kBlockSize,
|
| + kBlockSize, 0, expected_rgba,
|
| + nullptr));
|
| }
|
| GLTestHelper::CheckGLError("CompressedTextureTest.Draw", __LINE__);
|
| }
|
|
|