Fix typo in SkFontHost_win_dw.cpp.

git-svn-id: http://skia.googlecode.com/svn/trunk@5850 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bungeman@google.com 2012-10-07 22:51:21 +00:00
parent a18ed03218
commit e21a68df5b

View File

@ -1022,7 +1022,7 @@ void SkScalerContext_Windows::generateImage(const SkGlyph& glyph,
if (maskPreBlend) {
rgb_to_lcd32<true>(src, glyph, tableR, tableG, tableB);
} else {
rgb_to_lcd32<true>(src, glyph, tableR, tableG, tableB);
rgb_to_lcd32<false>(src, glyph, tableR, tableG, tableB);
}
}
}