Index: tests/ImageDecodingTest.cpp |
diff --git a/tests/ImageDecodingTest.cpp b/tests/ImageDecodingTest.cpp |
index 86b96ae0f9327be1472c59b19109fc6c6a71f9e0..8b583e9d2fce18446e0711732ec1f0930f0810e6 100644 |
--- a/tests/ImageDecodingTest.cpp |
+++ b/tests/ImageDecodingTest.cpp |
@@ -52,6 +52,7 @@ static bool skip_image_format(SkImageDecoder::Format format) { |
case SkImageDecoder::kUnknown_Format: |
// Technically ICO and BMP supports alpha channels, but our image |
// decoders do not, so skip them as well. |
robertphillips
2014/05/22 14:41:35
Shouldn't this go in the opaque block (at the end)
krajcevski
2014/05/22 15:32:17
Done.
|
+ case SkImageDecoder::kPKM_Format: |
case SkImageDecoder::kICO_Format: |
case SkImageDecoder::kBMP_Format: |
// The rest of these are opaque. |