Index: src/core/SkBitmapDevice.cpp |
diff --git a/src/core/SkBitmapDevice.cpp b/src/core/SkBitmapDevice.cpp |
index 76553ef1416c9813fefc6799ff19f52ea1e6b112..109943598a7773beab027000201b9f2dcf15645b 100644 |
--- a/src/core/SkBitmapDevice.cpp |
+++ b/src/core/SkBitmapDevice.cpp |
@@ -461,7 +461,7 @@ bool SkBitmapDevice::filterTextFlags(const SkPaint& paint, TextFlags* flags) { |
return false; |
} |
- if (SkBitmap::kARGB_8888_Config != fBitmap.config() || |
+ if (kN32_SkColorType != fBitmap.colorType() || |
paint.getRasterizer() || |
paint.getPathEffect() || |
paint.isFakeBoldText() || |