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

Unified Diff: src/core/SkTypeface.cpp

Issue 66783003: Remove SK_FONTHOST_USES_FONTMGR. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « src/core/SkFontHost.cpp ('k') | src/fonts/SkGScalerContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkTypeface.cpp
===================================================================
--- src/core/SkTypeface.cpp (revision 12201)
+++ src/core/SkTypeface.cpp (working copy)
@@ -69,7 +69,6 @@
virtual size_t onGetTableData(SkFontTableTag, size_t, size_t, void*) const SK_OVERRIDE {
return 0;
}
- virtual SkTypeface* onRefMatchingStyle(Style) const SK_OVERRIDE { return NULL; }
};
SkTypeface* SkTypeface::GetDefaultTypeface(Style style) {
@@ -265,10 +264,6 @@
return this->onGetAdvancedTypefaceMetrics(info, glyphIDs, glyphIDsCount);
}
-SkTypeface* SkTypeface::refMatchingStyle(Style style) const {
- return this->onRefMatchingStyle(style);
-}
-
///////////////////////////////////////////////////////////////////////////////
bool SkTypeface::onGetKerningPairAdjustments(const uint16_t glyphs[], int count,
« no previous file with comments | « src/core/SkFontHost.cpp ('k') | src/fonts/SkGScalerContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698