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

Unified Diff: include/core/SkTypeface.h

Issue 1317913005: whitelist fallback typefaces (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove string change Created 5 years, 4 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: include/core/SkTypeface.h
diff --git a/include/core/SkTypeface.h b/include/core/SkTypeface.h
index f6f30e66ca79a8c96eae24c1851e2565d9c9ffa1..c4242181fb27cff117fef660776b4edf45a81e8b 100644
--- a/include/core/SkTypeface.h
+++ b/include/core/SkTypeface.h
@@ -144,10 +144,6 @@ public:
*/
void serialize(SkWStream*) const;
- /** Like serialize, but write the whole font (not just a signature) if possible.
- */
- void serializeForcingEmbedding(SkWStream*) const;
-
/** Given the data previously written by serialize(), return a new instance
to a typeface referring to the same font. If that font is not available,
return null. If an instance is returned, the caller is responsible for
« no previous file with comments | « gyp/utils.gypi ('k') | src/core/SkPictureData.cpp » ('j') | src/utils/SkWhitelistTypefaces.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698