| Index: tests/CanvasStateTest.cpp
|
| diff --git a/tests/CanvasStateTest.cpp b/tests/CanvasStateTest.cpp
|
| index 212b14ab3ef7f7046346c32a6300ca3de9e9cd06..5c7e4738c2c3da2a29dada5f9482692429df972b 100644
|
| --- a/tests/CanvasStateTest.cpp
|
| +++ b/tests/CanvasStateTest.cpp
|
| @@ -26,7 +26,7 @@
|
| SkIntToScalar((HEIGHT-(2*SPACER)) / 7));
|
|
|
| const SkColorType colorTypes[] = {
|
| - kRGB_565_SkColorType, kPMColor_SkColorType
|
| + kRGB_565_SkColorType, kN32_SkColorType
|
| };
|
| const int configCount = sizeof(colorTypes) / sizeof(SkBitmap::Config);
|
|
|
|
|