| Index: src/xps/SkXPSDevice.cpp
|
| diff --git a/src/xps/SkXPSDevice.cpp b/src/xps/SkXPSDevice.cpp
|
| index ca0ee04add51c6661905f9bf162377dc83e8881c..db152844a148aae2bcce28cddfa668f4a5899057 100644
|
| --- a/src/xps/SkXPSDevice.cpp
|
| +++ b/src/xps/SkXPSDevice.cpp
|
| @@ -2095,7 +2095,7 @@ public:
|
|
|
| XPS_GLYPH_INDEX* xpsGlyph = fXpsGlyphs->append();
|
| uint16_t glyphID = glyph.getGlyphID();
|
| - fGlyphUse->setBit(glyphID, true);
|
| + fGlyphUse->set(glyphID);
|
| xpsGlyph->index = glyphID;
|
| if (1 == fXpsGlyphs->count()) {
|
| xpsGlyph->advanceWidth = 0.0f;
|
|
|