Index: Source/platform/fonts/mac/FontMac.cpp |
diff --git a/Source/platform/fonts/mac/FontMac.cpp b/Source/platform/fonts/mac/FontMac.cpp |
index f2f5ac86a3f34b6cbd587d208ab0daa844c4f8c9..94340a12ff50c6e71a0acc55776b222a6261abde 100644 |
--- a/Source/platform/fonts/mac/FontMac.cpp |
+++ b/Source/platform/fonts/mac/FontMac.cpp |
@@ -163,7 +163,7 @@ void Font::drawGlyphs(GraphicsContext* gc, const SimpleFontData* font, |
if (textMode & TextModeFill) { |
// If we also filled, we don't want to draw shadows twice. |
- // See comment in FontChromiumWin.cpp::paintSkiaText() for more details. |
+ // See comment in FontHarfBuzz.cpp::paintGlyphs() for more details. |
paint.setLooper(0); |
} |