Index: third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp b/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp |
index 08cb6622f05186fb2150f82d8b706afa9bff2634..cc2171f5bdcb13b76b39117d5f79fe8fcc81019b 100644 |
--- a/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp |
@@ -104,7 +104,6 @@ void SimpleFontData::platformInit() |
#if OS(LINUX) || OS(ANDROID) |
// 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. |
// This code should be pushed into FreeType (hinted font metrics). |
static const uint32_t vdmxTag = SkSetFourByteTag('V', 'D', 'M', 'X'); |