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

Unified Diff: include/core/SkTypeface.h

Issue 2345353002: Remove SK_DECLARE_LEGACY_CREATE_FROM_FONTDATA. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | include/ports/SkFontMgr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkTypeface.h
diff --git a/include/core/SkTypeface.h b/include/core/SkTypeface.h
index deaa7140e6c9b95695b4e58b99736d1ff01551bd..61618697e8549fac9c9b98fbc34eb9c9d36cf7ed 100644
--- a/include/core/SkTypeface.h
+++ b/include/core/SkTypeface.h
@@ -360,9 +360,6 @@ protected:
virtual SkStreamAsset* onOpenStream(int* ttcIndex) const = 0;
// TODO: make pure virtual.
virtual std::unique_ptr<SkFontData> onMakeFontData() const;
-#ifdef SK_DECLARE_LEGACY_CREATE_FROM_FONTDATA
- virtual SkFontData* onCreateFontData() const { return nullptr; };
-#endif
virtual void onGetFontDescriptor(SkFontDescriptor*, bool* isLocal) const = 0;
« no previous file with comments | « no previous file | include/ports/SkFontMgr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698