Index: gm/tilemodes_scaled.cpp |
diff --git a/gm/tilemodes_scaled.cpp b/gm/tilemodes_scaled.cpp |
index 932d3f72200c174c60b41e5bb4b668f54dbb9edb..bbb86a70fd12f14541115e3ca0fbe20596ae7255 100644 |
--- a/gm/tilemodes_scaled.cpp |
+++ b/gm/tilemodes_scaled.cpp |
@@ -50,7 +50,7 @@ static void setup(SkPaint* paint, const SkBitmap& bm, SkPaint::FilterLevel filte |
} |
static const SkColorType gColorTypes[] = { |
- kPMColor_SkColorType, |
+ kN32_SkColorType, |
kRGB_565_SkColorType, |
}; |
@@ -177,7 +177,7 @@ static const int gHeight = 32; |
static SkShader* make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { |
SkBitmap bm; |
- makebm(&bm, kPMColor_SkColorType, gWidth, gHeight); |
+ makebm(&bm, kN32_SkColorType, gWidth, gHeight); |
return SkShader::CreateBitmapShader(bm, tx, ty); |
} |