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