| Index: src/core/SkBitmapDevice.cpp
|
| diff --git a/src/core/SkBitmapDevice.cpp b/src/core/SkBitmapDevice.cpp
|
| index ba529a766b5c0595268f3d9e032718f419730a0f..c2b633e1a645338245e250e580e42dd6b52b478f 100644
|
| --- a/src/core/SkBitmapDevice.cpp
|
| +++ b/src/core/SkBitmapDevice.cpp
|
| @@ -45,7 +45,7 @@ static bool valid_for_bitmap_device(const SkImageInfo& info,
|
| case kRGB_565_SkColorType:
|
| canonicalAlphaType = kOpaque_SkAlphaType;
|
| break;
|
| - case kPMColor_SkColorType:
|
| + case kN32_SkColorType:
|
| break;
|
| default:
|
| return false;
|
|
|