Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1808)

Unified Diff: Source/platform/fonts/skia/FontPlatformDataSkia.cpp

Issue 617103003: Replace ENABLE_OPENTYPE_VERTICAL implementation with HarfBuzz (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@removeOpenTypeVertical
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698