Index: tests/DrawBitmapRectTest.cpp |
diff --git a/tests/DrawBitmapRectTest.cpp b/tests/DrawBitmapRectTest.cpp |
index f778480bcb8a5e21a7c192d6244f92951016216c..9912643566ad4a820ffdff5629ea8b6a5a8013b4 100644 |
--- a/tests/DrawBitmapRectTest.cpp |
+++ b/tests/DrawBitmapRectTest.cpp |
@@ -25,7 +25,7 @@ public: |
virtual bool getInfo(SkImageInfo* info) SK_OVERRIDE { |
info->fWidth = 100; |
info->fHeight = 100; |
- info->fColorType = kPMColor_SkColorType; |
+ info->fColorType = kN32_SkColorType; |
info->fAlphaType = kPremul_SkAlphaType; |
return true; |
} |