Commit 19cd3064 authored by halcanary's avatar halcanary Committed by Commit bot

SkUserConfig.h: s/SK_SFNTLY_SUBSETTER/SK_PDF_USE_SFNTLY/

Land this after https://skia.googlesource.com/skia/+/650e20d rolls into DEPS

BUG=

Review-Url: https://codereview.chromium.org/2279843002
Cr-Commit-Position: refs/heads/master@{#415292}
parent af723ebd
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
/* Define this to provide font subsetter for font subsetting when generating /* Define this to provide font subsetter for font subsetting when generating
PDF documents. 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 /* To write debug messages to a console, skia will call SkDebugf(...) following
printf conventions (e.g. const char* format, ...). If you want to redirect printf conventions (e.g. const char* format, ...). If you want to redirect
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment