| Index: Source/core/platform/graphics/mac/FontMac.cpp
|
| diff --git a/Source/core/platform/graphics/mac/FontMac.cpp b/Source/core/platform/graphics/mac/FontMac.cpp
|
| index 4072c857bdfb77ff7f093ce2440ff5174394d4f4..eb349caadf901571ccff11a55f48241397e60564 100644
|
| --- a/Source/core/platform/graphics/mac/FontMac.cpp
|
| +++ b/Source/core/platform/graphics/mac/FontMac.cpp
|
| @@ -72,7 +72,7 @@ static void setupPaint(SkPaint* paint, const SimpleFontData* fontData, const Fon
|
| paint->setLCDRenderText(shouldSmoothFonts);
|
| paint->setSubpixelText(true);
|
|
|
| -#if OS(DARWIN)
|
| +#if OS(MACOSX)
|
| // When using CoreGraphics, disable hinting when webkit-font-smoothing:antialiased is used.
|
| // See crbug.com/152304
|
| if (font->fontDescription().fontSmoothing() == Antialiased)
|
|
|