Chromium Code Reviews| Index: tests/VkUploadPixelsTests.cpp |
| diff --git a/tests/VkUploadPixelsTests.cpp b/tests/VkUploadPixelsTests.cpp |
| index ca11c0f5b9605ff1b7d237aee41d89216e50521e..7f00ad29fcfde2a007b77b35e3260ad0b134563d 100644 |
| --- a/tests/VkUploadPixelsTests.cpp |
| +++ b/tests/VkUploadPixelsTests.cpp |
| @@ -52,7 +52,6 @@ bool does_full_buffer_contain_correct_color(GrColor* srcBuffer, |
| void basic_texture_test(skiatest::Reporter* reporter, GrContext* context, GrPixelConfig config, |
| bool renderTarget, bool linearTiling) { |
| GrVkGpu* gpu = static_cast<GrVkGpu*>(context->getGpu()); |
| - gpu->discard(NULL); |
|
egdaniel
2016/06/16 20:13:35
don't even know why this was here originally since
|
| const int kWidth = 16; |
| const int kHeight = 16; |