Index: Source/platform/fonts/skia/FontPlatformDataSkia.cpp |
diff --git a/Source/platform/fonts/skia/FontPlatformDataSkia.cpp b/Source/platform/fonts/skia/FontPlatformDataSkia.cpp |
index 3f51a0b6c6c6157474587c04f059b5cd9c679fdb..152905169abcab3eff3c9556723363de1e69cccf 100644 |
--- a/Source/platform/fonts/skia/FontPlatformDataSkia.cpp |
+++ b/Source/platform/fonts/skia/FontPlatformDataSkia.cpp |
@@ -66,7 +66,6 @@ bool FontPlatformData::fontContainsCharacter(UChar32 character) |
#endif |
-#if ENABLE(OPENTYPE_VERTICAL) |
PassRefPtr<OpenTypeVerticalData> FontPlatformData::verticalData() const |
{ |
return FontCache::fontCache()->getVerticalData(typeface()->uniqueID(), *this); |
@@ -85,6 +84,5 @@ PassRefPtr<SharedBuffer> FontPlatformData::openTypeTable(uint32_t table) const |
} |
return buffer.release(); |
} |
-#endif |
} // namespace blink |