Index: src/gpu/GrTextStrike.h |
diff --git a/src/gpu/GrTextStrike.h b/src/gpu/GrTextStrike.h |
index e359e267cf9816877a1db4d52011a4dc5b59efeb..47f7fb97d26e31d8e8549baad539abf662087a70 100644 |
--- a/src/gpu/GrTextStrike.h |
+++ b/src/gpu/GrTextStrike.h |
@@ -16,6 +16,7 @@ |
#include "GrTHashCache.h" |
#include "GrPoint.h" |
#include "GrGlyph.h" |
+#include "GrDrawTarget.h" |
class GrAtlasMgr; |
class GrFontCache; |
@@ -37,7 +38,7 @@ public: |
GrMaskFormat getMaskFormat() const { return fMaskFormat; } |
inline GrGlyph* getGlyph(GrGlyph::PackedID, GrFontScaler*); |
- bool getGlyphAtlas(GrGlyph*, GrFontScaler*); |
+ bool getGlyphAtlas(GrGlyph*, GrFontScaler*, GrDrawTarget::FlushToken currentFlushToken); |
// testing |
int countGlyphs() const { return fCache.getArray().count(); } |