Index: tests/ImageDecodingTest.cpp |
diff --git a/tests/ImageDecodingTest.cpp b/tests/ImageDecodingTest.cpp |
index 5e636113481e3b32cfe1766b0153d0c023ad207a..80f85746582eb05091c6e8ae725da37368a5f4bf 100644 |
--- a/tests/ImageDecodingTest.cpp |
+++ b/tests/ImageDecodingTest.cpp |
@@ -55,9 +55,10 @@ static bool skip_image_format(SkImageDecoder::Format format) { |
// decoders do not, so skip them as well. |
case SkImageDecoder::kICO_Format: |
case SkImageDecoder::kBMP_Format: |
robertphillips
2014/08/06 21:13:15
is -> are ?
format -> formats ?
krajcevski
2014/08/06 22:31:00
Done.
|
- // KTX is a Texture format so it's not particularly clear how to |
+ // KTX and ASTC is a Texture format so it's not particularly clear how to |
// decode the alpha from it. |
case SkImageDecoder::kKTX_Format: |
+ case SkImageDecoder::kASTC_Format: |
// The rest of these are opaque. |
case SkImageDecoder::kPKM_Format: |
case SkImageDecoder::kWBMP_Format: |