| Index: sky/engine/platform/fonts/skia/SimpleFontDataSkia.cpp
|
| diff --git a/sky/engine/platform/fonts/skia/SimpleFontDataSkia.cpp b/sky/engine/platform/fonts/skia/SimpleFontDataSkia.cpp
|
| index 6940f6ffebdec3be0035c50caf6f5c0f73944608..1fc6b39bf64b8ddbf56d0bf5657a65fa66346298 100644
|
| --- a/sky/engine/platform/fonts/skia/SimpleFontDataSkia.cpp
|
| +++ b/sky/engine/platform/fonts/skia/SimpleFontDataSkia.cpp
|
| @@ -67,7 +67,7 @@ void SimpleFontData::platformInit()
|
| int vdmxAscent = 0, vdmxDescent = 0;
|
| bool isVDMXValid = false;
|
|
|
| -#if OS(LINUX) || OS(ANDROID) || OS(IOS)
|
| +#if OS(LINUX) || OS(ANDROID) || OS(IOS) || OS(MACOSX)
|
| // Manually digging up VDMX metrics is only applicable when bytecode hinting using FreeType.
|
| // With GDI, the metrics will already have taken this into account (as needed).
|
| // With DirectWrite or CoreText, no bytecode hinting is ever done.
|
|
|