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

Unified Diff: src/ports/SkFontConfigTypeface.h

Issue 924333003: Remove FontConfigTypeface::getFamilyName(). (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | src/ports/SkFontHost_fontconfig.cpp » ('j') | src/ports/SkFontHost_fontconfig.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ports/SkFontConfigTypeface.h
diff --git a/src/ports/SkFontConfigTypeface.h b/src/ports/SkFontConfigTypeface.h
index 83cd3ad2186fd608cc238d07e21a3d6a3406eb8e..7eecbf69472639844c61e4392e25ae2aadf4fe6d 100644
--- a/src/ports/SkFontConfigTypeface.h
+++ b/src/ports/SkFontConfigTypeface.h
@@ -33,7 +33,6 @@ public:
return fIdentity;
}
- const char* getFamilyName() const { return fFamilyName.c_str(); }
SkStreamAsset* getLocalStream() const { return fLocalStream.get(); }
bool isFamilyName(const char* name) const {
« no previous file with comments | « no previous file | src/ports/SkFontHost_fontconfig.cpp » ('j') | src/ports/SkFontHost_fontconfig.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698