Index: src/gpu/text/GrBatchFontCache.h |
diff --git a/src/gpu/text/GrBatchFontCache.h b/src/gpu/text/GrBatchFontCache.h |
index 7ff1b9e77ff868f2021d3afa6ec010fd48545472..8e420cd146bda39cbdf39dfee028c4304d53e116 100644 |
--- a/src/gpu/text/GrBatchFontCache.h |
+++ b/src/gpu/text/GrBatchFontCache.h |
@@ -143,14 +143,14 @@ public: |
// For convenience, this function will also set the use token for the current glyph if required |
// NOTE: the bulk uploader is only valid if the subrun has a valid atlasGeneration |
void addGlyphToBulkAndSetUseToken(GrBatchAtlas::BulkUseTokenUpdater* updater, |
- GrGlyph* glyph, GrBatchToken token) { |
+ GrGlyph* glyph, GrBatchDrawToken token) { |
SkASSERT(glyph); |
updater->add(glyph->fID); |
this->getAtlas(glyph->fMaskFormat)->setLastUseToken(glyph->fID, token); |
} |
void setUseTokenBulk(const GrBatchAtlas::BulkUseTokenUpdater& updater, |
- GrBatchToken token, |
+ GrBatchDrawToken token, |
GrMaskFormat format) { |
this->getAtlas(format)->setLastUseTokenBulk(updater, token); |
} |