Index: src/pdf/SkPDFMakeToUnicodeCmap.cpp |
diff --git a/src/pdf/SkPDFMakeToUnicodeCmap.cpp b/src/pdf/SkPDFMakeToUnicodeCmap.cpp |
index 6fd8b1ca16db2e36eeff0ac7605caf95bae89010..5186cbbda1955dbda41fcc25ed5600c5d41cb875 100644 |
--- a/src/pdf/SkPDFMakeToUnicodeCmap.cpp |
+++ b/src/pdf/SkPDFMakeToUnicodeCmap.cpp |
@@ -149,7 +149,7 @@ static void append_bfrange_section(const SkTDArray<BFRange>& bfrange, |
// one of them), the possible savings by aggressive optimization is 416KB |
// pre-compressed and does not provide enough motivation for implementation. |
void SkPDFAppendCmapSections(const SkTDArray<SkUnichar>& glyphToUnicode, |
- const SkPDFGlyphSet* subset, |
+ const SkBitSet* subset, |
SkDynamicMemoryWStream* cmap, |
bool multiByteGlyphs, |
SkGlyphID firstGlyphID, |
@@ -212,7 +212,7 @@ void SkPDFAppendCmapSections(const SkTDArray<SkUnichar>& glyphToUnicode, |
sk_sp<SkPDFStream> SkPDFMakeToUnicodeCmap( |
const SkTDArray<SkUnichar>& glyphToUnicode, |
- const SkPDFGlyphSet* subset, |
+ const SkBitSet* subset, |
bool multiByteGlyphs, |
SkGlyphID firstGlyphID, |
SkGlyphID lastGlyphID) { |