Chromium Code Reviews| Index: src/ports/SkFontHost_FreeType.cpp |
| diff --git a/src/ports/SkFontHost_FreeType.cpp b/src/ports/SkFontHost_FreeType.cpp |
| index 5c00d1b697194c33edb02cf9d2d6688ecc6bf9a2..44eb50ce406c8b7fdec44a1fef448ac1896aabd5 100644 |
| --- a/src/ports/SkFontHost_FreeType.cpp |
| +++ b/src/ports/SkFontHost_FreeType.cpp |
| @@ -714,7 +714,8 @@ void SkTypeface_FreeType::onFilterRec(SkScalerContextRec* rec) const { |
| #ifndef SK_GAMMA_APPLY_TO_A8 |
| if (!isLCD(*rec)) { |
| - rec->ignorePreBlend(); |
| + // SRGBTODO: Is this correct? Do we want contrast boost? |
| + rec->ignorePreBlend(); |
| } |
| #endif |
| } |