| Index: skia/config/SkUserConfig.h
|
| diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
|
| index 506c4736c119926c413445ed3ef34577967b037e..dd8d852db1eac2dbc9cfcbc205ead1a2074dfc47 100644
|
| --- a/skia/config/SkUserConfig.h
|
| +++ b/skia/config/SkUserConfig.h
|
| @@ -132,7 +132,8 @@
|
| /* Define this to provide font subsetter for font subsetting when generating
|
| PDF documents.
|
| */
|
| -#define SK_SFNTLY_SUBSETTER "third_party/sfntly/src/subsetter/font_subsetter.h"
|
| +#define SK_SFNTLY_SUBSETTER \
|
| + "third_party/sfntly/cpp/src/sample/chromium/font_subsetter.h"
|
|
|
| /* Define this to remove dimension checks on bitmaps. Not all blits will be
|
| correct yet, so this is mostly for debugging the implementation.
|
|
|