Index: src/core/SkGlyph.h |
diff --git a/src/core/SkGlyph.h b/src/core/SkGlyph.h |
index 4290bb889d1d07945aa8b55798ce7a6ad8ccb95e..4761adf0d22659451cabc1599ffcdea1fa701916 100644 |
--- a/src/core/SkGlyph.h |
+++ b/src/core/SkGlyph.h |
@@ -50,9 +50,7 @@ struct SkGlyph { |
unsigned rb = width; |
if (SkMask::kBW_Format == format) { |
rb = (rb + 7) >> 3; |
- } else if (SkMask::kARGB32_Format == format || |
- SkMask::kLCD32_Format == format) |
- { |
+ } else if (SkMask::kARGB32_Format == format) { |
rb <<= 2; |
} else if (SkMask::kLCD16_Format == format) { |
rb = SkAlign4(rb << 1); |