Index: tests/BitmapTest.cpp |
diff --git a/tests/BitmapTest.cpp b/tests/BitmapTest.cpp |
index 0167d52d02b2a261d11ff5af35cd3a84a8f12aa2..dce1069542c37c5a80ef77926e8a6a1a26609a5e 100644 |
--- a/tests/BitmapTest.cpp |
+++ b/tests/BitmapTest.cpp |
@@ -25,7 +25,7 @@ |
// TODO: perhaps skia can relax this, and only require that rowBytes fit |
// in a uint32_t (or larger), but for now this is the constraint. |
- info.fColorType = kPMColor_SkColorType; |
+ info.fColorType = kN32_SkColorType; |
REPORTER_ASSERT(reporter, !bm.setConfig(info)); |
} |