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

Unified Diff: skia/config/SkUserConfig.h

Issue 2279843002: SkUserConfig.h: s/SK_SFNTLY_SUBSETTER/SK_PDF_USE_SFNTLY/ (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/config/SkUserConfig.h
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index 48f92b0d241e139dc8271e8822fc41bddf035b54..d213523dcf6d667cb1999596ddca37aaf32d47ea 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -77,7 +77,7 @@
/* Define this to provide font subsetter for font subsetting when generating
PDF documents.
*/
-#define SK_SFNTLY_SUBSETTER "sample/chromium/font_subsetter.h"
+#define SK_PDF_USE_SFNTLY
/* To write debug messages to a console, skia will call SkDebugf(...) following
printf conventions (e.g. const char* format, ...). If you want to redirect
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698