Index: src/ports/SkFontHost_mac.cpp |
diff --git a/src/ports/SkFontHost_mac.cpp b/src/ports/SkFontHost_mac.cpp |
index 53d5610575b1f4867a7ae13188823a0b78bb4dbf..29b52ca9d50179f03056f34f90336598e3494886 100644 |
--- a/src/ports/SkFontHost_mac.cpp |
+++ b/src/ports/SkFontHost_mac.cpp |
@@ -2030,6 +2030,7 @@ void SkTypeface_Mac::onFilterRec(SkScalerContextRec* rec) const { |
// All other masks can use regular gamma. |
if (SkMask::kA8_Format == rec->fMaskFormat && SkPaint::kNo_Hinting == hinting) { |
#ifndef SK_GAMMA_APPLY_TO_A8 |
+ // SRGBTODO: Is this correct? Do we want contrast boost? |
rec->ignorePreBlend(); |
#endif |
} else { |