| Index: skia/ext/bitmap_platform_device_skia.cc
|
| diff --git a/skia/ext/bitmap_platform_device_skia.cc b/skia/ext/bitmap_platform_device_skia.cc
|
| index a105c77496d5af587ce2e6ff8b9059f4b4014a78..0255444091548ffcd4dc129433c3c02fa79dbf97 100644
|
| --- a/skia/ext/bitmap_platform_device_skia.cc
|
| +++ b/skia/ext/bitmap_platform_device_skia.cc
|
| @@ -53,7 +53,7 @@ BitmapPlatformDevice::~BitmapPlatformDevice() {
|
|
|
| SkBaseDevice* BitmapPlatformDevice::onCreateDevice(const SkImageInfo& info,
|
| Usage /*usage*/) {
|
| - SkASSERT(info.colorType() == kPMColor_SkColorType);
|
| + SkASSERT(info.colorType() == kN32_SkColorType);
|
| return BitmapPlatformDevice::Create(info.width(), info.height(),
|
| info.isOpaque());
|
| }
|
|
|