| Index: third_party/sfntly/src/subsetter/subsetter_impl.h
|
| diff --git a/third_party/sfntly/src/subsetter/subsetter_impl.h b/third_party/sfntly/src/subsetter/subsetter_impl.h
|
| index 7f27250cf7cce96012bd16b7cc51e883729ad18c..d9909dd40b35b368b45e661568073c3647ea7d5b 100644
|
| --- a/third_party/sfntly/src/subsetter/subsetter_impl.h
|
| +++ b/third_party/sfntly/src/subsetter/subsetter_impl.h
|
| @@ -19,6 +19,7 @@
|
|
|
| #include "third_party/sfntly/src/sfntly/font.h"
|
| #include "third_party/sfntly/src/sfntly/font_factory.h"
|
| +#include "third_party/sfntly/src/sfntly/tag.h"
|
|
|
| namespace sfntly {
|
|
|
| @@ -57,11 +58,6 @@ class SubsetterImpl {
|
| unsigned char** output_buffer);
|
|
|
| private:
|
| - Font* FindFont(const char* font_name, const FontArray& font_array);
|
| - bool HasName(const char* font_name, Font* font);
|
| - bool ResolveCompositeGlyphs(const unsigned int* glyph_ids,
|
| - size_t glyph_count,
|
| - IntegerSet* glyph_id_processed);
|
| CALLER_ATTACH Font* Subset(const IntegerSet& glyph_ids);
|
|
|
| FontFactoryPtr factory_;
|
|
|