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

Unified Diff: Source/platform/fonts/FontCache.h

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/FontCache.h
diff --git a/Source/platform/fonts/FontCache.h b/Source/platform/fonts/FontCache.h
index c21d54b27f280b01e9ec9e80a92a3b1124032515..dd6a09c07a1ec29dd112201559340e4bd2317cd2 100644
--- a/Source/platform/fonts/FontCache.h
+++ b/Source/platform/fonts/FontCache.h
@@ -112,10 +112,8 @@ public:
static void addSideloadedFontForTesting(SkTypeface*);
#endif
-#if ENABLE(OPENTYPE_VERTICAL)
typedef uint32_t FontFileKey;
PassRefPtr<OpenTypeVerticalData> getVerticalData(const FontFileKey&, const FontPlatformData&);
-#endif
#if OS(ANDROID)
static AtomicString getGenericFamilyNameForScript(const AtomicString& familyName, const FontDescription&);

Powered by Google App Engine
This is Rietveld 408576698