| Index: tests/TextureCompressionTest.cpp
|
| diff --git a/tests/TextureCompressionTest.cpp b/tests/TextureCompressionTest.cpp
|
| index 09086605a5ad234e291be8741f8275ffc6ca268f..e1992a035943bc90baedee5cda81e00279f5fe2e 100644
|
| --- a/tests/TextureCompressionTest.cpp
|
| +++ b/tests/TextureCompressionTest.cpp
|
| @@ -58,7 +58,7 @@ DEF_TEST(CompressAlphaFailDimensions, reporter) {
|
| SkAutoPixmapStorage pixmap;
|
| pixmap.alloc(SkImageInfo::MakeA8(kWidth, kHeight));
|
| // leaving the pixels uninitialized, as they don't affect the test...
|
| -
|
| +
|
| for (int i = 0; i < SkTextureCompressor::kFormatCnt; ++i) {
|
| const SkTextureCompressor::Format fmt = static_cast<SkTextureCompressor::Format>(i);
|
| if (!compresses_a8(fmt)) {
|
|
|