Index: tests/GpuBitmapCopyTest.cpp |
diff --git a/tests/GpuBitmapCopyTest.cpp b/tests/GpuBitmapCopyTest.cpp |
index 22141e54de7892cae09a9ec3ca01e0d2d0c0fe92..c2457bf83e0abcb145adaf98e6e8d3cab63c4d2e 100644 |
--- a/tests/GpuBitmapCopyTest.cpp |
+++ b/tests/GpuBitmapCopyTest.cpp |
@@ -119,7 +119,7 @@ static void TestGpuBitmapCopy(skiatest::Reporter* reporter, GrContextFactory* fa |
} |
static const Pair gPairs[] = { |
{ SkBitmap::kNo_Config, "000" }, |
- { SkBitmap::kARGB_4444_Config, "011" }, |
+ { SkBitmap::kRGB_565_Config, "011" }, |
bsalomon
2013/06/20 08:28:55
I'm not sure that this will work. 565 is not suppo
reed1
2013/06/21 17:44:07
Done.
|
{ SkBitmap::kARGB_8888_Config, "011" }, |
}; |